@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
#bsWXBox {
  box-sizing: content-box;
}
ul {
  list-style: none;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html {
  font-size: 1px;
}
@media (max-width: 1730px) {
  html {
    font-size: 0.901042px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 0.824479px;
  }
}
@media (max-width: 1530px) {
  html {
    font-size: 0.792708px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.741146px;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 0.702604px;
  }
}
@media (max-width: 1360px) {
  html {
    font-size: 0.699479px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.657813px;
  }
}
body {
  font-family: 'Roboto-Regular', arial;
  font-size: 14rem;
  color: #666666;
  line-height: 1.5;
  width: 100%;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto !important;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666666;
}
a:hover,
a:active,
a:focus {
  color: #666666;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  display: block;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: 'Roboto-Regular', arial;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666666;
  outline: 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='text'],
select,
button {
  -webkit-appearance: none;
}
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #abadac;
}
:-moz-placeholder {
  color: #abadac;
  opacity: 1;
}
::-moz-placeholder {
  color: #abadac;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #abadac;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: '';
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pic img {
  transition: 0.5s;
}
.pic:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 1600rem;
}
.container02 {
  margin-right: auto;
  margin-left: auto;
  width: 1440rem;
}
#container {
  overflow: hidden;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap !important;
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  display: block;
  line-height: 24px;
  color: #666666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt .prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}
#Privacy {
  z-index: 10000;
  position: fixed;
  width: 800px;
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -400px;
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#Privacy .dialog_header {
  width: 100%;
  position: relative;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
}
#Privacy .dialog_header .title {
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
}
#Privacy .dialog_header .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #c5c5c5;
  cursor: pointer;
}
#Privacy .privacy_policy_title {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
#Privacy .p-1 {
  font-size: 20px;
}
#Privacy .p-2 {
  font-size: 16px;
}
#Privacy .privacy_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 480px;
  padding: 20px 30px;
  overflow: auto;
}
#Privacy .privacy_footer {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
#Privacy .close_btn {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  min-width: 200px;
  height: 40px;
  background: #da322d;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #Privacy {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
  }
}
.sitemap ul {
  padding-top: 40rem;
}
.sitemap li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap li .top1 {
  font-size: 20rem;
  color: #333;
  font-weight: bold;
}
.sitemap li .top1:hover {
  color: #da322d;
}
.sitemap li .bot {
  margin-top: 15rem;
}
.sitemap li .bot a {
  float: left;
  font-size: 16rem;
  color: #666;
  margin-right: 20rem;
}
.sitemap li .bot a:hover {
  color: #da322d;
}
.sitemap li .bot p {
  display: block;
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  margin-top: 10rem;
}
.share {
  float: left;
}
.share a {
  float: left;
  margin-right: 20rem;
  width: 22rem;
}
.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 777;
}
.fix .container {
  width: 1800rem;
}
.top {
  height: 44rem;
  background-color: #f2f5f9;
}
.top .share {
  padding: 11rem 0;
}
.top .email {
  display: block;
  float: left;
  line-height: 44rem;
  color: #303140;
  padding: 0 44rem 0 40rem;
  border-right: 1px solid #c4c6cd;
}
.top .email span {
  background: url(../images/email.png) no-repeat center left;
  background-size: 18rem;
  padding-left: 32rem;
}
.top .tel {
  display: block;
  float: left;
  line-height: 44rem;
  color: #303140;
  padding: 0 54rem 0 41rem;
  border-right: 1px solid #c4c6cd;
}
.top .tel span {
  background: url(../images/tel.png) no-repeat center left;
  background-size: 17rem;
  padding-left: 28rem;
}
.top .lan {
  float: right;
  position: relative;
  padding-left: 20rem;
  background: url(../images/lan.png) no-repeat center left;
  background-size: 24rem;
  padding-left: 28rem;
  margin-left: 39rem;
  margin-right: 24rem;
}
.top .lan span {
  background: url(../images/arrow.png) no-repeat center right;
  background-size: 11rem;
  padding-right: 20rem;
  line-height: 44rem;
  font-size: 12rem;
  color: #6e6e6e;
  font-family: arial;
  display: block;
}
.top .lan ul {
  position: absolute;
  top: 99%;
  left: 0;
  width: 120rem;
  text-align: left;
  background: #fff;
  padding: 10rem 0;
  display: none;
  z-index: 333;
  box-shadow: 0rem 0rem 29rem 0rem rgba(41, 93, 176, 0.3);
}
.top .lan ul li a {
  line-height: 30rem;
  padding-left: 20rem;
}
.header {
  height: 93rem;
  width: 100%;
  transition: 0.7s;
  position: relative;
}
.header .logo {
  padding: 0;
  float: left;
  transition: 0.2s;
  padding-top: 19rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 298rem;
  z-index: 5;
  transition: 0.5s;
}
.header .logo a .logo2 {
  display: none;
}
.header .header-right {
  float: right;
  padding-top: 24rem;
}
.header .header-right .search-main {
  width: 216rem;
  height: 45rem;
  float: right;
  position: relative;
  background-color: #f8f8f8;
  border-radius: 23rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .header-right .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 13rem;
  color: #7a7a7a;
  height: 45rem;
  vertical-align: top;
  padding: 0 60rem 0 20rem;
  -webkit-appearance: none;
  background: none;
  font-family: 'Roboto-Regular';
}
.header .header-right .btn {
  top: 3rem;
  border: 0;
  right: 3rem;
  color: #fff;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  position: absolute;
  background: #da322d url(../images/search.png) no-repeat center center;
  background-size: 12rem;
}
.header .header-right .menu {
  float: right;
  position: relative;
  width: 36px;
  height: 36px;
  display: none;
}
.header .header-right .menu .navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  float: left;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
}
.header .header-right .menu .navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #da322d;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
  transform-origin: 20px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.header .header-right .menu .navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.header .header-right .menu .navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.header .header-right .menu a {
  display: block;
}
.header .header-right .menu a svg {
  width: 30px;
  margin-top: 15px;
  fill: #da322d;
  vertical-align: middle;
  transform: rotate(180deg);
}
.header .nav {
  transition: 0.2s;
  float: left;
  margin-right: 51rem;
}
.header .nav ul li {
  text-align: center;
  float: left;
  margin-left: 58rem;
}
.header .nav ul li a {
  display: block;
  font-size: 17rem;
  color: #ffffff;
  line-height: 45rem;
  height: 69rem;
  padding: 0 0 0 14rem;
  text-align: center;
  position: relative;
}
.header .nav ul li a span {
  font-size: 14rem;
  margin-left: 13rem;
  background: url(../images/arrow1.png) no-repeat center center;
  width: 11rem;
  height: 7rem;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.header .nav ul li .subnav {
  position: absolute;
  top: 93rem;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: calc(100vh - 137rem);
  overflow: auto;
  background: rgba(255, 255, 255, 0.94);
}
.header .nav ul li .subnav .container {
  width: 1600rem;
}
.header .nav ul li .subnav .item {
  width: 54%;
  float: left;
  padding-top: 32rem;
}
.header .nav ul li .subnav .item a {
  text-align: left;
  height: auto;
  padding-left: 0;
  padding-right: 20rem;
}
.header .nav ul li .subnav .item .bt {
  border-bottom: 1px solid #d2d4d6;
}
.header .nav ul li .subnav .item .bt a {
  font-family: 'Roboto-Bold';
  font-size: 19rem;
  padding-bottom: 14rem;
  color: #303140;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .header .nav ul li .subnav .item .bt a:hover {
    color: #da322d;
    padding-left: 10rem;
  }
}
.header .nav ul li .subnav .item .bottom {
  padding-top: 20rem;
  font-size: 0;
  text-align: left;
}
.header .nav ul li .subnav .item .bottom .li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.header .nav ul li .subnav .item .bottom .li a {
  font-size: 18rem;
  line-height: 30rem;
  color: #666666;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .header .nav ul li .subnav .item .bottom .li a:hover {
    color: #da322d;
    padding-left: 10rem;
  }
}
.header .nav ul li .subnav .item .bottom .li .h3 {
  margin-bottom: 10rem;
}
.header .nav ul li .subnav .item .bottom .li .h3 a {
  font-family: 'Roboto-Medium';
}
.header .nav ul li .subnav .item .bottom .li .p {
  margin-bottom: 10rem;
}
.header .nav ul li .subnav .item .bottom .li .p a {
  font-family: 'Roboto-Light';
  margin-bottom: 5rem;
}
.header .nav ul li .subnav .item:nth-child(1) {
  width: 46%;
}
.header .nav ul li .subnav1 {
  width: 100%;
  position: absolute;
  top: 69rem;
  left: 50%;
  z-index: 1;
  display: none;
  width: 1000rem;
  margin-left: -600rem;
  background: rgba(255, 255, 255, 0.94);
}
.header .nav ul li .subnav1 .left {
  float: left;
  width: 59.642%;
  font-size: 18rem;
  padding: 50rem;
}
.header .nav ul li .subnav1 .left .list {
  margin-bottom: 65rem;
}
.header .nav ul li .subnav1 .left .list a {
  text-align: left;
  color: #333;
  line-height: 30rem;
  height: auto;
  margin-bottom: 20rem;
  transition: 0.5s;
  position: relative;
}
.header .nav ul li .subnav1 .left .list a:after {
  font-size: 22rem;
  content: '→';
  display: block;
  color: #303140;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .header .nav ul li .subnav1 .left .list a:hover {
    color: #da322d;
    padding-left: 10rem;
  }
}
.header .nav ul li .subnav1 .left .more a {
  color: #fff !important;
  background-color: #da322d;
}
.header .nav ul li .subnav1 .left .more a:hover::before {
  box-shadow: inset 0 0 0 20em #6d1917;
}
.header .nav ul li .subnav1 .pic {
  width: 40.358%;
  float: right;
}
.header .nav ul li .subnav1 .pic:after {
  padding-bottom: 109.13461538%;
}
@media (min-width: 1025px) {
  .header .nav ul li:hover a {
    color: #da322d;
  }
  .header .nav ul li:hover a span {
    background: url(../images/arrow2.png) no-repeat center center;
    background-size: 100%;
  }
}
.header .nav ul .n {
  position: relative;
}
.header .nav ul .last .subnav1 {
  margin-left: -700rem;
}
.header .nav ul .active a {
  color: #da322d;
}
.header .nav ul .active a span {
  background: url(../images/arrow2.png) no-repeat center center;
  background-size: 100%;
}
.header:hover {
  background: #fff;
  box-shadow: 0rem 4rem 22rem 0rem rgba(4, 28, 43, 0.18);
}
.header:hover .logo a .logo2 {
  display: block;
}
.header:hover .logo a .logo1 {
  display: none;
}
.header:hover .nav ul li a {
  color: #303140;
}
.header:hover .nav ul li a span {
  background: url(../images/arrow.png) no-repeat center center;
  background-size: 100%;
}
@media (min-width: 1025px) {
  .header:hover .nav ul li:hover a {
    color: #da322d;
  }
  .header:hover .nav ul li:hover a span {
    background: url(../images/arrow2.png) no-repeat center center;
    background-size: 100%;
  }
}
.headerFixed {
  background: #fff;
  box-shadow: 0rem 4rem 22rem 0rem rgba(4, 28, 43, 0.18);
}
.headerFixed .logo a .logo2 {
  display: block;
}
.headerFixed .logo a .logo1 {
  display: none;
}
.headerFixed .nav ul li a {
  color: #303140;
}
.headerFixed .nav ul li a span {
  background: url(../images/arrow.png) no-repeat center center;
  background-size: 100%;
}
@media (min-width: 1025px) {
  .headerFixed .nav ul li:hover a {
    color: #da322d;
  }
  .headerFixed .nav ul li:hover a span {
    background: url(../images/arrow2.png) no-repeat center center;
    background-size: 100%;
  }
}
.headerFixed1 {
  background: #fff;
  box-shadow: 0rem 4rem 22rem 0rem rgba(4, 28, 43, 0.18);
}
.headerFixed1 .logo a .logo2 {
  display: block;
}
.headerFixed1 .logo a .logo1 {
  display: none;
}
.headerFixed1 .nav ul li a {
  color: #303140;
}
.headerFixed1 .nav ul li a span {
  background: url(../images/arrow.png) no-repeat center center;
  background-size: 100%;
}
@media (min-width: 1025px) {
  .headerFixed1 .nav ul li:hover a {
    color: #da322d;
  }
  .headerFixed1 .nav ul li:hover a span {
    background: url(../images/arrow2.png) no-repeat center center;
    background-size: 100%;
  }
}
.more a {
  width: 180rem;
  line-height: 51rem !important;
  height: auto !important;
  font-family: 'Roboto-Bold';
  font-size: 16rem !important;
  color: #da322d !important;
  text-align: center;
  display: block;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 0 !important;
}
.more a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  border-radius: 50%;
  display: block;
  width: 300rem;
  height: 300rem;
  left: 50%;
  margin-left: -150rem;
  text-align: center;
  transition: box-shadow 0.5s ease-out;
  z-index: 2;
}
.more a b {
  display: block;
  z-index: 3;
  position: relative;
}
.more a:hover {
  color: #fff !important;
}
.more a:hover::before {
  box-shadow: inset 0 0 0 20em #da322d;
}
.more2 a {
  color: #fff !important;
  background-color: #da322d;
}
.more2 a:hover::before {
  box-shadow: inset 0 0 0 20em #6d1917;
}
.banner {
  color: #fff;
  text-align: left;
  position: relative;
  z-index: 2;
}
.banner .banner-slick {
  position: relative;
}
.banner .img {
  position: relative;
  overflow: hidden;
}
.banner .img1 {
  display: none !important;
}
.banner .item {
  position: relative;
}
.banner .swiper-pagination {
  bottom: 140rem;
  top: auto;
  text-align: left;
  padding-left: 240rem;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
  float: none;
  width: 45rem;
  height: 4rem;
  border-radius: 0;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet button:before {
  background: #fff;
  width: 45rem;
  height: 4rem;
  border-radius: 0%;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #da322d;
}
.banner .swiper-pagination .swiper-pagination-bullet-active button:before {
  background: #da322d;
  border: 1px solid #da322d;
}
.banner .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 137rem;
  transform: translateY(-50%);
}
.banner .banner-hover .bt {
  font-family: 'Roboto-Bold';
  font-size: 88rem;
  text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 30rem;
  color: #ffffff;
}
.banner .banner-hover .p {
  font-size: 22rem;
  margin-bottom: 81rem;
  text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.98);
}
.banner .banner-hover .more a {
  margin: 0 auto;
}
.banner .swiper-slide-active .banner-hover .span {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.banner .swiper-slide-active .banner-hover .bt {
  -webkit-animation: fadeInUp2 2.5s alternate;
  animation: fadeInUp2 2.5s alternate;
}
.banner .swiper-slide-active .banner-hover .p {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.banner .swiper-slide-active .banner-hover .more {
  -webkit-animation: fadeInRight2 3s alternate;
  animation: fadeInRight2 3s alternate;
}
#menu {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  background: #ffffff;
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 62px 10px;
}
#menu .share {
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 10px;
}
#menu .email {
  line-height: 40px;
  display: block;
  padding: 5px 10px 0 10px;
}
#menu .email span {
  background: url(../images/email.png) no-repeat center left;
  background-size: 18px;
  padding-left: 30px;
}
#menu .tel {
  line-height: 40px;
  padding: 0 10px;
  display: block;
}
#menu .tel span {
  background: url(../images/tel.png) no-repeat center left;
  background-size: 17px;
  padding-left: 28px;
}
#menu .lan {
  margin-left: 10px;
  padding: 15px;
  background-color: #f6f6f6;
  line-height: 25px;
  padding-left: 20px;
}
#menu .lan a {
  padding: 0 10px;
}
#menu .search-main {
  width: 200px;
  height: 40px;
  position: relative;
  background-color: #f8f8f8;
  border-radius: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#menu .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 14px;
  color: #7a7a7a;
  height: 40px;
  vertical-align: top;
  padding: 0 60px 0 20px;
  -webkit-appearance: none;
  background: none;
  font-family: 'Roboto-Regular';
}
#menu .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  background: #da322d url(../images/search.png) no-repeat center center;
  background-size: 12px;
}
#menu ul {
  overflow: hidden;
  padding: 0 10px;
}
#menu ul li {
  position: relative;
}
#menu ul li a {
  font-size: 15px;
  color: #da322d;
  display: block;
  line-height: 36px;
  position: relative;
  font-weight: bold;
}
@media (min-width: 1025px) {
  #menu ul li:hover a {
    background: #f2f2f2;
  }
}
#menu ul li ul {
  padding: 0;
}
#menu ul li ul li a {
  font-size: 14px;
  color: #333;
  padding: 0 10px;
}
#menu ul li ul li ul li a {
  font-weight: normal;
}
#menu ul li:nth-child(1):before {
  display: none;
}
#menu .close {
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  right: 17px;
  top: 18px;
  border-radius: 50%;
}
#menu.show1 {
  right: 0;
}
.transparent {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  z-index: 888;
  backdrop-filter: blur(5px);
}
.transparent.active {
  display: block;
}
.inbanner {
  color: #fff;
  position: relative;
  z-index: 1;
}
.inbanner img {
  margin: 0 auto;
  display: block;
}
.inbanner .item {
  position: relative;
}
.inbanner .item .img1 {
  display: none;
}
.inbanner .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-59%);
}
.inbanner .banner-hover .info {
  transition: 2s;
  animation: fadeInLeft2 2s;
}
.inbanner .banner-hover .bt {
  font-size: 72rem;
  line-height: 110rem;
  text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-family: 'Roboto-Bold';
}
.content {
  padding: 29rem 0 101rem 0;
  min-height: 600rem;
}
.height {
  height: 1px;
  width: 100%;
  position: absolute;
  top: -140rem;
}
.home-title {
  font-family: 'Roboto-Bold';
  font-size: 46rem;
  color: #303140;
}
.home-title:after {
  width: 103rem;
  height: 6rem;
  background-color: #da322d;
  margin-top: 30rem;
  content: '';
  display: block;
}
.home-p {
  font-size: 18rem;
  color: #1d2c38;
}
.plist {
  padding: 6rem 8rem;
  overflow: hidden;
  background-color: #f8f9fc;
}
.plist ul li {
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
}
.plist ul li a {
  display: block;
  font-family: 'Roboto-Medium';
  font-size: 24rem;
  line-height: 110rem;
  padding: 0 10rem;
  color: #aaabad;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap !important;
}
.plist ul li a .pic {
  width: 51rem;
  margin-right: 15rem;
  display: inline-block;
  vertical-align: middle;
}
.plist ul li a .pic .mm {
  display: none;
}
.plist ul li:after {
  content: '';
  display: block;
  width: 100%;
  height: 6rem;
  background: url(../images/dot.png) no-repeat center center;
  background-size: 12rem;
  position: absolute;
  bottom: -6rem;
  left: 0;
  display: none;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .plist ul li:hover:after {
    display: block;
  }
  .plist ul li:hover a {
    background-color: #da322d;
    color: #fff;
  }
  .plist ul li:hover a .pic .m {
    display: none;
  }
  .plist ul li:hover a .pic .mm {
    display: block;
  }
}
.plist ul .active:after {
  display: block;
}
.plist ul .active a {
  background-color: #da322d;
  color: #fff;
}
.plist ul .active a .pic .m {
  display: none;
}
.plist ul .active a .pic .mm {
  display: block;
}
.home-product {
  padding: 123rem 0 100rem 0;
  background: url(../images/bg1.jpg) no-repeat top center;
  background-size: 100%;
}
.home-product .home-p {
  margin-top: 27rem;
}
.home-product .home-bottom {
  padding-top: 57rem;
}
.home-product .home-bottom .prolist {
  margin: 0;
}
.home-product .home-bottom .show {
  border: solid 1rem #e8ebef;
  background: url(../images/bg.jpg) no-repeat bottom center;
  background-size: cover;
}
.home-product .home-bottom .show .info {
  display: none;
  padding: 59rem 85rem 74rem 85rem;
  position: relative;
  overflow: hidden;
}
.home-product .home-bottom .show .info .swiper {
  overflow: hidden;
  position: relative;
}
.home-product .home-bottom .show .info .swiper-button-next,
.home-product .home-bottom .show .info .swiper-button-prev {
  height: 50rem;
  width: 50rem;
  background: url('../images/left.png') no-repeat center center !important;
  background-size: 100% !important;
  margin-top: -50rem;
  left: 20rem;
  z-index: 66;
}
.home-product .home-bottom .show .info .swiper-button-next:after,
.home-product .home-bottom .show .info .swiper-button-prev:after {
  content: '';
  display: none;
}
@media (min-width: 1025px) {
  .home-product .home-bottom .show .info .swiper-button-next:hover,
  .home-product .home-bottom .show .info .swiper-button-prev:hover {
    background: url('../images/left1.png') no-repeat center center !important;
    background-size: 100% !important;
  }
}
.home-product .home-bottom .show .info .swiper-button-next {
  right: 20rem;
  left: auto;
  background: url('../images/right.png') no-repeat center center !important;
  background-size: 100% !important;
}
@media (min-width: 1025px) {
  .home-product .home-bottom .show .info .swiper-button-next:hover {
    background: url('../images/right1.png') no-repeat center center !important;
    background-size: 100% !important;
  }
}
.home-product .home-bottom .show .cur {
  display: block;
}
.prolist {
  margin: 0 -14rem;
}
.prolist li {
  width: 33.33333333%;
  float: left;
  padding: 0 14rem;
}
.prolist li .box {
  border: solid 1rem #e8ebef;
  background-color: #ffffff;
}
.prolist li .pic:after {
  padding-bottom: 67.46724891%;
}
.prolist li .bt {
  font-size: 20rem;
  line-height: 84rem;
  padding-left: 21rem;
  color: #303140;
  background: url(../images/more.png) no-repeat 95% center;
  background-size: 48rem;
  padding-right: 80rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap !important;
}
@media (min-width: 1025px) {
  .prolist li:hover .pic img {
    transform: scale(1.04);
  }
  .prolist li:hover .bt {
    color: #da322d;
  }
}
.home-about {
  text-align: center;
  padding: 70rem 0 118rem 0;
  background: #f8f9fc url(../images/bg4.png) no-repeat center center;
  background-size: 100%;
}
.home-about .home-title:after {
  margin: 30rem auto 0 auto;
}
.home-about .home-p {
  font-family: 'Roboto-Medium';
  font-size: 22rem;
  margin-top: 23rem;
  margin-bottom: 24rem;
  color: #1d2c38;
}
.home-about .home-span {
  font-size: 18rem;
  line-height: 32rem;
  height: 64rem;
  margin-bottom: 39rem;
  color: #1d2c38;
}
.home-about .more1 a {
  font-family: 'Roboto-Bold';
  font-size: 16rem;
  line-height: 28rem;
  color: #da322d;
}
.home-about .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.home-about .list ul li {
  width: 33.33333%;
  float: left;
  display: inline-block;
  vertical-align: top;
  transition: 0.5s;
}
.home-about .list ul li .img {
  height: 305rem;
  position: relative;
}
.home-about .list ul li .img:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.94);
}
.home-about .list ul li .img .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 23rem 35rem 23rem;
  transition: 0.5s;
  z-index: 2;
}
.home-about .list ul li .img .text .pic {
  width: 80rem;
}
.home-about .list ul li .img .text .pic .m {
  display: block;
}
.home-about .list ul li .img .text .pic .mm {
  display: none;
}
.home-about .list ul li .img .bt {
  font-family: 'Roboto-Medium';
  font-size: 24rem;
  color: #303140;
}
@media (min-width: 1025px) {
  .home-about .list ul li:hover {
    width: 50% !important;
  }
  .home-about .list ul li:hover .img:after {
    background: url(../images/bg3.png) no-repeat top center;
    background-size: cover;
  }
  .home-about .list ul li:hover .img .text {
    padding: 0 23rem 142rem 23rem;
  }
  .home-about .list ul li:hover .img .bt {
    color: #fff;
  }
  .home-about .list ul li:hover .img .pic .mm {
    display: block;
  }
  .home-about .list ul li:hover .img .pic .m {
    display: none;
  }
}
@media (min-width: 1025px) {
  .home-about .list ul:hover li {
    width: 25%;
  }
}
.youshi {
  padding: 135rem 0;
  overflow: hidden;
}
.youshi li {
  width: 20%;
  float: left;
}
.youshi li .box {
  float: left;
  text-align: center;
}
.youshi li .num {
  font-family: 'Montserrat-Medium';
  font-size: 66rem;
  color: #da322d;
}
.youshi li .num b {
  font-weight: normal;
}
.youshi li .num i {
  font-style: normal;
  font-size: 20rem;
}
.youshi li .p {
  font-size: 18rem;
  color: #1d2c38;
}
.youshi li:nth-child(1) {
  width: 27%;
}
.youshi li:nth-child(2) {
  width: 15%;
}
.youshi li:nth-child(3) {
  width: 21%;
}
.youshi li:nth-child(4) {
  width: 24%;
}
.youshi li:nth-child(5) {
  width: 13%;
}
.home-partner {
  padding: 88rem 0 60rem 0;
  position: relative;
  background-color: #f1f4f6;
}
.home-partner .left {
  float: left;
  width: 32%;
  position: absolute;
  top: 50%;
  transform: translateY(-52%);
}
.home-partner .left .home-title {
  line-height: 56rem;
  margin-bottom: 22rem;
}
.home-partner .left .home-title:after {
  display: none;
}
.home-partner .left .home-p {
  font-size: 16rem;
  line-height: 32rem;
  height: 96rem;
  margin-bottom: 195rem;
  overflow: hidden;
}
.home-partner .right {
  float: right;
  width: 52.9%;
  position: relative;
}
.picMarquee-top {
  width: 25%;
  padding-left: 49rem;
  float: left;
  overflow: hidden;
  position: relative;
}
.picMarquee-top .bd {
  height: 752rem;
}
.picMarquee-top .bd .tempWrap {
  height: 100% !important;
}
.picMarquee-top .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picMarquee-top .bd ul li {
  text-align: center;
  margin-bottom: 24rem;
  zoom: 1;
}
.picMarquee-top .bd ul li .pic {
  background: url(../images/bg2.png) no-repeat top center;
  background-size: cover;
  box-shadow: 5rem 5rem 28rem 0rem rgba(167, 198, 226, 0.24);
  border-radius: 8rem;
}
.home-app {
  padding: 79rem 0 0 0;
}
.home-app .home-title {
  text-align: center;
}
.home-app .home-title:after {
  margin: 30rem auto 0 auto;
}
.home-app .home-p {
  text-align: center;
  width: 73%;
  margin: 28rem auto 42rem auto;
  line-height: 29rem;
}
.home-app .home-bottom {
  position: relative;
}
.home-app .home-bottom .swiper-button-next,
.home-app .home-bottom .swiper-button-prev {
  color: #fff;
}
.home-app .home-bottom .list {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1600rem;
  margin-left: -800rem;
  z-index: 55;
  height: 100%;
}
.home-app .home-bottom .list ul li {
  width: 16.66666667%;
  float: left;
}
.home-app .home-bottom .list ul li a {
  display: block;
  height: 752rem;
  overflow: hidden;
  position: relative;
}
.home-app .home-bottom .list ul li a .box {
  position: absolute;
  bottom: 66rem;
  left: 0;
  width: 100%;
}
.home-app .home-bottom .list ul li .pic {
  width: 111rem;
  margin: 0 auto;
}
.home-app .home-bottom .list ul li .bt {
  text-align: center;
  font-size: 24rem;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap !important;
  padding: 0 10rem;
}
.home-app .home-bottom .list ul .swiper-slide-thumb-active a {
  background-color: rgba(218, 50, 45, 0.8);
}
.home-app .home-bottom .list ul .swiper-slide-thumb-active a .box {
  padding-bottom: 196rem;
  bottom: 133rem;
  background: url(../images/jia.png) no-repeat bottom center;
  background-size: 52rem;
}
.home-app .home-bottom .list ul .swiper-slide-thumb-active a .box .pic {
  margin: 0 auto 44rem auto;
}
.home-app .home-bottom .right {
  position: relative;
  z-index: 1;
}
.home-app .home-bottom .right .swiper-slide {
  height: 752rem;
}
.home-news {
  padding: 97rem 0;
}
.home-news .home-title {
  font-family: 'Montserrat-Bold';
  font-size: 50rem;
  line-height: 60rem;
  padding-bottom: 25rem;
  border-bottom: solid 1rem #dddcdc;
  color: #303140;
}
.home-news .home-title:after {
  display: none;
}
.home-news .home-bottom {
  padding-top: 40rem;
  position: relative;
}
.home-news .show {
  padding-top: 125rem;
}
.home-news .show .info {
  padding-right: 101rem;
  display: none;
}
.home-news .show .cur {
  display: block;
}
.home-news .swiper-button-next,
.home-news .swiper-button-prev {
  width: 52rem;
  height: 52rem;
  background: #f8f8f9 url('../images/left2.png') no-repeat center center !important;
  background-size: 8rem !important;
  margin-top: 0;
  border-radius: 50%;
  top: 7%;
  left: auto;
  right: 63rem;
  z-index: 66;
}
.home-news .swiper-button-next:after,
.home-news .swiper-button-prev:after {
  content: '';
  display: none;
}
@media (min-width: 1025px) {
  .home-news .swiper-button-next:hover,
  .home-news .swiper-button-prev:hover {
    background: #da322d url('../images/left2h.png') no-repeat center center !important;
    background-size: 8rem !important;
  }
}
.home-news .swiper-button-next {
  right: 0;
  left: auto;
  background: #f8f8f9 url('../images/right2.png') no-repeat center center !important;
  background-size: 8rem !important;
}
@media (min-width: 1025px) {
  .home-news .swiper-button-next:hover {
    background: #da322d url('../images/right2h.png') no-repeat center center !important;
    background-size: 8rem !important;
  }
}
.slist ul li {
  float: left;
  margin-right: 22rem;
}
.slist ul li a {
  width: 180rem;
  line-height: 49rem;
  display: block;
  border-radius: 30rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap !important;
  padding: 0 5px;
  text-align: center;
  border: solid 1rem #e1e4e6;
}
@media (min-width: 1025px) {
  .slist ul li:hover a {
    background-color: #da322d;
    color: #fff;
    border: solid 1rem #da322d;
  }
}
.slist ul .active a {
  background-color: #da322d;
  color: #fff;
  border: solid 1rem #da322d;
}
.newslist {
  margin: 0 -14rem;
}
.newslist li {
  float: left;
  width: 25%;
  padding: 0 14rem;
}
.newslist li .box {
  position: relative;
}
.newslist li .bg {
  position: relative;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.newslist li .bg:after {
  padding-bottom: 104.51977401%;
  content: '';
  display: block;
}
.newslist li .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24rem 25rem;
  background-color: rgba(248, 248, 249, 0.91);
  transition: 0.5s;
  height: 100%;
}
.newslist li .text .fenlei {
  font-size: 14rem;
  margin-bottom: 20rem;
  color: #030f1b;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap !important;
}
.newslist li .text .bt {
  font-size: 22rem;
  line-height: 36rem;
  height: 72rem;
  overflow: hidden;
  color: #030f1b;
}
.newslist li .date {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 29rem 0 18rem;
}
.newslist li .date .p {
  padding: 21rem 0;
  overflow: hidden;
  border-top: solid 1rem #dbdee1;
}
.newslist li .date span {
  font-family: 'Roboto-Bold';
  font-size: 58rem;
  line-height: 48rem;
  color: #da322d;
}
.newslist li .date b {
  float: right;
  font-size: 16rem;
  font-weight: normal;
  line-height: 24rem;
  color: #555555;
}
@media (min-width: 1025px) {
  .newslist li:hover .bg {
    filter: blur(5px);
    -webkit-filter: blur(5px);
  }
  .newslist li:hover .text {
    background: none;
  }
  .newslist li:hover .text .fenlei {
    color: #fff;
  }
  .newslist li:hover .text .bt {
    color: #fff;
  }
  .newslist li:hover .date .p {
    border-top: solid 1rem #fff;
  }
  .newslist li:hover .date span {
    color: #fff;
  }
  .newslist li:hover .date b {
    color: #fff;
  }
}
.home-contact {
  padding: 78rem 0 85rem 0;
  background: url(../images/bg5.jpg) no-repeat top center;
  background-size: cover;
}
.home-contact .bt {
  font-family: 'Roboto-Bold';
  font-size: 44rem;
  line-height: 60rem;
  margin-bottom: 66rem;
  color: #ffffff;
}
.home-contact .more a {
  width: 248rem;
  margin-right: 25rem;
  background: #fff;
  float: left;
  font-family: 'Roboto-Regular';
  color: #333333 !important;
  padding: 0 24rem !important;
  text-align: left;
}
.home-contact .more a b {
  font-weight: normal;
}
.home-contact .more a span {
  background: url(../images/dot1.png) no-repeat center center;
  background-size: 100%;
  width: 25rem;
  height: 25rem;
  display: block;
  margin-top: 12rem;
  float: right;
}
@media (min-width: 1025px) {
  .home-contact .more a:hover {
    color: #fff !important;
  }
  .home-contact .more a:hover span {
    background: url(../images/dot2.png) no-repeat center center;
    background-size: 100%;
  }
}
.home-contact .more a:nth-child(2) {
  background: #b62a26;
  color: #fff !important;
}
.home-contact .more a:nth-child(2) span {
  background: url(../images/dot2.png) no-repeat center center;
  background-size: 100%;
}
.current {
  font-size: 15rem;
  color: #82838b;
  position: relative;
  padding: 36rem 0;
  z-index: 3;
  line-height: 30rem;
}
.current a {
  color: #82838b;
  min-width: 94rem;
  text-align: center;
  padding: 0 20rem;
  display: inline-block;
  vertical-align: top;
  background-color: #e8ebef;
  border-radius: 4rem;
  margin: 0 16rem;
}
.current a:nth-child(1) {
  margin-left: 0;
}
.current b {
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  color: #82838b;
  margin: 0 16rem;
}
.current span {
  display: block;
}
.p-item {
  padding: 77rem 0;
  overflow: hidden;
}
.p-item .pt {
  font-family: 'Roboto-Bold';
  font-size: 46rem;
  line-height: 56rem;
  margin-bottom: 39rem;
  color: #303140;
}
.p-item01 {
  background-color: #f1f4f6;
}
.prolist li {
  margin-bottom: 13rem;
}
.pshenqing {
  padding: 0;
  position: relative;
}
.pshenqing .pt {
  font-size: 50rem;
  margin-bottom: 0;
  padding-bottom: 22rem;
  border-bottom: 1px solid #ececec;
}
.home-shenqing {
  position: relative;
  margin-top: 58rem;
  background-color: #fff;
  border: 1px solid #da322d;
  border-bottom: 4rem solid #da322d;
}
.home-shenqing .img {
  width: 45%;
  float: left;
}
.home-shenqing .form {
  float: right;
  width: 49.5%;
  padding-right: 52rem;
  padding-top: 45rem;
}
.home-shenqing .form .h3 {
  font-size: 30rem;
  font-weight: bold;
  color: #333333;
}
.home-shenqing .form .p {
  font-size: 22rem;
  line-height: 32rem;
  color: #1d2c38;
  margin-top: 6rem;
  margin-bottom: 16rem;
  background: url(../images/dui.png) no-repeat top left;
  background-size: 30rem;
  padding-left: 43rem;
}
.home-shenqing .form ul {
  margin: 0 -13rem;
}
.home-shenqing .form ul li {
  float: left;
  width: 50%;
  padding: 0 13rem;
  margin-bottom: 16rem;
}
.home-shenqing .form ul li .box {
  position: relative;
}
.home-shenqing .form ul li label {
  font-size: 18rem;
  line-height: 32rem;
  margin-bottom: 8rem;
  display: block;
  color: #1d2c38;
}
.home-shenqing .form ul li label font {
  color: #c70303;
}
.home-shenqing .form ul li .input,
.home-shenqing .form ul li textarea {
  height: 49rem;
  border-radius: 4rem;
  border: solid 1px #c7c7c7;
  width: 100%;
  padding: 0 10rem;
  background: none;
  font-size: 16rem;
}
.home-shenqing .form ul li textarea {
  padding: 10rem;
  height: 123rem;
}
.home-shenqing .form ul li .submit {
  width: 210rem;
  line-height: 51rem;
  background-color: #da322d;
  font-size: 20rem;
  color: #ffffff;
  text-align: center;
  display: block;
}
@media (min-width: 1025px) {
  .home-shenqing .form ul li .submit:hover {
    background: #b62a26;
  }
}
.honor {
  padding-top: 44rem;
}
.honorlist {
  margin: 0 -16rem;
  padding-bottom: 28rem;
}
.honorlist li {
  width: 20%;
  float: left;
  padding: 0 16rem;
  margin-bottom: 49rem;
}
.honorlist li .box {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.honorlist li .pic {
  background-color: #f5f5f5;
}
.honorlist li .pic:after {
  padding-bottom: 128.24427481%;
}
.honorlist li .bt {
  font-size: 16rem;
  line-height: 56rem;
  color: #303140;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap !important;
  padding: 0 10rem;
  text-align: center;
}
@media (min-width: 1025px) {
  .honorlist li:hover .pic img {
    transform: scale(1.04);
  }
}
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #947d58;
}
.page em {
  font-style: normal;
  font-size: 18px;
}
.page a {
  color: #202020;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  min-width: 40px;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  height: 40px;
  border-radius: 40px;
  margin: 0 8px;
  padding: 0 5px;
  vertical-align: top;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-box-shadow: 0 0 0 1px #e2ebf1;
}
.page a span {
  display: block;
}
.page a.cur,
.page a:hover {
  background-color: #da322d;
  -webkit-box-shadow: 0 0 0 1px #fff;
  color: #fff;
}
.page a.prev,
.page a.next {
  color: #666666;
}
.page a.prev {
  padding-left: 24px;
  margin-right: 5px;
  width: 106px;
}
.page a.prev span {
  background: url(../images/prev-01.png) no-repeat left center;
  background-size: 4px;
}
.page a.prev:hover {
  color: #fff;
}
.page a.prev:hover span {
  background: url(../images/prev-02.png) no-repeat left center;
  background-size: 4px;
}
.page a.next {
  padding-right: 24px;
  margin-left: 5px;
  width: 106px;
}
.page a.next span {
  background: url(../images/next-01.png) no-repeat right center;
  background-size: 4px;
}
.page a.next:hover {
  color: #fff;
}
.page a.next:hover span {
  background: url(../images/next-02.png) no-repeat right center;
  background-size: 4px;
}
@media (max-width: 768px) {
  .page a,
  .page em {
    display: none;
  }
  .page a.prev,
  .page a.next {
    display: inline-block;
  }
}
.slist1 ul li {
  margin-right: 46rem;
}
.slist1 ul li a {
  width: 200rem;
  font-size: 16rem;
  line-height: 64rem;
}
.newslist1 {
  padding: 89rem 20rem 40rem 20rem;
}
.newslist1 li {
  width: 100%;
  padding-bottom: 40rem;
  margin-bottom: 40rem;
  border-bottom: 1px #efefef solid;
}
.newslist1 .box {
  display: block;
  overflow: hidden;
}
.newslist1 .left {
  width: 32.2%;
  float: left;
  overflow: hidden;
  position: relative;
}
.newslist1 .left .pic {
  display: block;
  overflow: hidden;
  position: relative;
}
.newslist1 .left .pic:after {
  content: '';
  display: block;
  padding-bottom: 62.22222222%;
}
.newslist1 .left .pic img {
  transition: all 0.5s;
}
.newslist1 .left .pic .date {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  padding: 0 29rem 0 18rem;
}
.newslist1 .left .pic .date .p {
  padding: 18rem 0;
  overflow: hidden;
}
.newslist1 .left .pic .date span {
  font-family: 'Roboto-Bold';
  font-size: 40rem;
  line-height: 48rem;
  color: #fff;
}
.newslist1 .left .pic .date b {
  float: right;
  font-size: 18rem;
  font-weight: normal;
  line-height: 24rem;
  color: #fff;
}
.newslist1 .right {
  width: 67.8%;
  float: right;
  padding: 0 0 10rem 41rem;
  position: relative;
}
.newslist1 .right .text {
  padding-left: 137rem;
  position: relative;
  transition: 0.5s;
}
.newslist1 .right .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 60rem;
}
.newslist1 .right .date span {
  font-family: 'Roboto-Bold';
  line-height: 48rem;
  font-size: 58rem;
  margin-bottom: 30rem;
  display: block;
  text-align: left;
  color: #da322d;
}
.newslist1 .right .date b {
  display: block;
  font-size: 18rem;
  text-align: left;
  font-weight: normal;
  color: #596874;
}
.newslist1 .right .title {
  font-size: 32rem;
  line-height: 42rem;
  color: #22282d;
  height: 84rem;
  overflow: hidden;
}
.newslist1 .right .info {
  font-size: 16rem;
  line-height: 34rem;
  height: 68rem;
  overflow: hidden;
  color: #ffffff;
  margin-bottom: 20rem;
}
.newslist1 .right .more {
  display: none;
}
.newslist1 .right .more span {
  display: block;
  width: 38rem;
  height: 38rem;
  color: #da322d;
  text-align: center;
  border-radius: 50%;
  background: #ffffff url(../images/right3.png) no-repeat center center;
  background-size: 8rem;
  position: relative;
}
@media (min-width: 1025px) {
  .newslist1 .box:hover {
    background-color: #da322d;
  }
  .newslist1 .box:hover .left .pic img {
    transform: scale(1.1);
  }
  .newslist1 .box:hover .left .pic .date {
    display: block;
  }
  .newslist1 .box:hover .right .text {
    padding-left: 0;
  }
  .newslist1 .box:hover .right .date {
    display: none;
  }
  .newslist1 .box:hover .right {
    padding: 48rem 0 10rem 41rem;
  }
  .newslist1 .box:hover .right .title {
    color: #fff;
    font-size: 40rem;
    height: 42rem;
    margin-bottom: 26rem;
  }
  .newslist1 .box:hover .more {
    display: block;
  }
}
.return a {
  display: block;
  font-size: 22rem;
  line-height: 52rem;
  padding-left: 80rem;
  position: relative;
  color: #22282d;
}
.return a:after {
  content: '';
  display: block;
  width: 52rem;
  height: 52rem;
  border-radius: 50%;
  background: #f8f8f9 url(../images/left2.png) no-repeat center center;
  background-size: 8rem;
  position: absolute;
  top: 0;
  left: 0;
}
.h01 {
  font-size: 52rem;
  color: #303140;
  margin-bottom: 46rem;
  font-family: 'Roboto-Bold';
  text-align: center;
  position: relative;
}
.h02 {
  font-size: 18rem;
  color: #82838b;
  text-align: center;
  line-height: 30rem;
  padding-top: 28rem;
  border-top: 2rem solid #d1d1d1;
}
.h02 span {
  padding-left: 25rem;
  margin: 0 15rem;
}
.h02 .ll {
  background: url(../images/date.png) no-repeat center left;
  background-size: 19rem;
  font-weight: normal;
}
.h02 .zc {
  background: url(../images/ad.png) no-repeat center left;
  background-size: 20rem;
}
.news-show {
  padding: 18rem 0 111rem 0;
}
.news-show .ee {
  padding: 36rem 0 69rem 0;
}
.news-show .ee .con-article {
  padding: 48rem 0;
}
.news-show .ee .con-article .nr {
  font-size: 18rem;
  line-height: 38rem;
  color: #303140;
  padding-bottom: 59rem;
}
.inside-pagenews {
  padding-right: 290rem;
  position: relative;
}
.inside-pagenews ul {
  margin: 0 -32rem;
}
.inside-pagenews li {
  font-size: 18rem;
  color: #555555;
  overflow: hidden;
  position: relative;
  padding: 0 32rem;
  float: left;
  width: 50%;
  text-align: center;
}
.inside-pagenews li span {
  width: 68rem;
  height: 68rem;
  display: inline-block;
  vertical-align: top;
  background: url(../images/left2.png) no-repeat center center;
  background-size: 8rem;
}
.inside-pagenews li a {
  display: block;
  padding-left: 79rem;
  position: relative;
  color: #555555;
  padding-right: 75rem;
  line-height: 68rem;
  background-color: #f3f3f3;
  border-radius: 33rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap !important;
}
@media (min-width: 1025px) {
  .inside-pagenews li a:hover {
    background-color: #da322d;
    color: #fff;
  }
  .inside-pagenews li a:hover span {
    background: url(../images/left2h.png) no-repeat center center;
    background-size: 8rem;
  }
}
.inside-pagenews li:nth-child(2) span {
  background: url(../images/right2.png) no-repeat center center;
  background-size: 8rem;
}
@media (min-width: 1025px) {
  .inside-pagenews li:nth-child(2):hover span {
    background: url(../images/right2h.png) no-repeat center center;
    background-size: 8rem;
  }
}
.inside-pagenews .share {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 18rem;
}
.inside-pagenews .share a {
  width: 30rem;
  height: 30rem;
  background-color: #384855;
  border-radius: 2rem;
  margin-left: 5rem;
  margin-right: 0;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .inside-pagenews .share a:hover {
    background-color: #da322d;
  }
}
.related {
  padding-top: 32rem;
}
.related .home-title {
  text-align: left;
  font-size: 60rem;
}
.related .home-title:after {
  display: none;
}
.related .newslist {
  padding-top: 32rem;
}
.performance .show {
  padding-top: 66rem;
}
.performance .show .info {
  display: none;
  padding-right: 52rem;
  position: relative;
}
.performance .show .info .swiper-container {
  position: relative;
  overflow: inherit;
  padding-bottom: 80rem;
}
.performance .show .info .swiper-wrapper .swiper-slide {
  width: 660rem;
  float: left;
  margin-right: 60rem;
}
.performance .show .info .swiper-wrapper .swiper-slide .box {
  border: solid 1rem #e8ebef;
}
.performance .show .info .swiper-wrapper .swiper-slide .pic:after {
  padding-bottom: 65.90909091%;
}
.performance .show .info .swiper-wrapper .swiper-slide .pic .date {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 20rem;
  line-height: 53rem;
  background: #da322d;
  color: #ffffff;
  padding: 0 54rem;
}
.performance .show .info .swiper-wrapper .swiper-slide .pic .date img {
  display: inline-block;
  vertical-align: middle;
  width: 19rem;
  margin-top: -2rem;
  margin-right: 10rem;
}
.performance .show .info .swiper-wrapper .swiper-slide .bt {
  font-size: 22rem;
  line-height: 88rem;
  font-family: 'Roboto-Bold';
  color: #303140;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap !important;
  padding: 0 24rem;
}
.performance .show .info .swiper-pagination {
  bottom: 0;
  top: auto;
  text-align: left;
  padding: 0 30rem;
  margin: 0;
}
.performance .show .info .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  float: none;
  width: 32rem;
  height: 2rem;
  padding: 0;
}
.performance .show .info .swiper-pagination .swiper-pagination-bullet button:before {
  background: #d9d9d9;
  width: 32rem;
  height: 2rem;
  border-radius: 0%;
  border: 0;
}
.performance .show .info .swiper-pagination .swiper-pagination-bullet-active {
  background: #da322d;
}
.performance .show .info .swiper-pagination .swiper-pagination-bullet-active button {
  background: #da322d;
}
.performance .show .info .swiper-pagination .swiper-pagination-bullet-active button:before {
  background: #da322d;
  border: 0;
}
.performance .show .cur {
  display: block;
}
.table {
  padding: 75rem 0;
  /* tr:nth-child(n + 18) {
		td {
			display: none;
		}
	} */
}
.table td {
  font-size: 20rem;
  color: #303140;
  padding: 16rem 20rem;
}
.table tr {
  background: #cccccc;
  width: 100%;
}
.table tr td:nth-child(1) {
  text-align: center;
}
.table tr:nth-child(2n) {
  background: #fff;
}
.table .tit td {
  padding: 16rem 19rem;
  background: #da322d;
  color: #fff;
}
.table1 tr td:nth-child(1) {
  text-align: left;
}
.per-btn a {
  width: 218rem;
  line-height: 58rem;
  background-color: #da322d;
  display: block;
  font-size: 20rem;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .per-btn a:hover {
    background: #9c2420;
  }
}
.partner01 {
  padding-bottom: 54rem;
}
.partner01 .home-title {
  font-size: 36rem;
  margin-bottom: 13rem;
}
.partner01 .home-title:after {
  display: none;
}
.partner01 .home-p {
  font-size: 20rem;
  line-height: 36rem;
  color: #303140;
}
.partner02 {
  margin-bottom: 97rem;
}
.partner02 .right {
  width: 100%;
}
.partner02 .picMarquee-top {
  width: 100%;
  padding-left: 0;
  margin-bottom: 53rem;
}
.partner02 .picMarquee-top .bd {
  height: 165rem;
}
.partner02 .picMarquee-top .bd ul li {
  width: 162rem;
  margin: 0 21rem;
}
.partner02 .picMarquee-top .bd .tempWrap {
  width: 100% !important;
}
.partner03 .home-title {
  float: left;
  font-size: 66rem;
}
.partner03 .home-title:after {
  display: none;
}
.partner03 .right {
  float: right;
  border-left: 1px solid #dadde2;
  width: 56.3%;
  padding: 72rem 82rem 67rem 99rem;
}
.partner03 .right .c-input,
.partner03 .right .c-select,
.partner03 .right .c-textarea {
  height: 48rem;
  border-radius: 5rem;
  padding: 0 20rem;
  background-color: #f2f5f9;
  border: 0;
  width: 100%;
  font-size: 14rem;
  color: #303140;
  font-family: 'Roboto-Regular';
}
.partner03 .right .c-input:hover,
.partner03 .right .c-select:hover,
.partner03 .right .c-textarea:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.partner03 .right .c-select1 {
  width: 160rem;
}
.partner03 .right .c-textarea {
  height: 130rem;
  padding: 20rem;
}
.partner03 .right select::-ms-expand {
  display: none;
}
.partner03 .right select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #f2f5f9 url(../images/arrow.png) no-repeat scroll 95% center;
  background-size: 11rem;
  background: #f2f5f9\9\0;
}
.partner03 .right .js-openModal {
  color: #e2011a;
  margin-left: 10rem;
}
.partner03 .right ul {
  margin: 0 -12rem;
}
.partner03 .right ul li {
  width: 50%;
  float: left;
  padding: 0 12rem;
  margin-bottom: 24rem;
}
.partner03 .right .c-btn {
  width: 114rem;
  line-height: 48rem;
  font-size: 14rem;
  display: block;
  border: 0;
  background: #da322d;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
@media (min-width: 1025px) {
  .partner03 .right .c-btn:hover {
    background: #9c2420;
  }
}
.footer .footer-top {
  padding: 88rem 0 72rem 0;
  background: #f8f8fa url(../images/fbg.jpg) no-repeat top center;
}
.footer .left {
  float: left;
  padding-top: 8rem;
  width: 24%;
}
.footer .left .img {
  width: 322rem;
  margin-bottom: 31rem;
}
.footer .left .p {
  font-size: 16rem;
  line-height: 28rem;
  font-family: 'Roboto-Medium';
  color: rgba(48, 49, 64, 0.98);
}
.footer .left .num {
  font-size: 16rem;
  margin-bottom: 19rem;
  color: #303140;
}
.footer .left .num span {
  font-size: 60rem;
  font-family: 'Roboto-Bold';
  color: #da322d;
}
.footer .left .num i {
  font-size: 30rem;
  font-style: normal;
  font-family: 'Roboto-Medium';
  color: #da322d;
  display: inline-block;
  vertical-align: top;
}
.footer .left .num b {
  font-weight: normal;
  font-family: 'Roboto-Bold';
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: -20rem;
}
.footer .left .span {
  font-family: 'Roboto-Bold';
  font-size: 18rem;
  margin-bottom: 13rem;
  color: rgba(48, 49, 64, 0.98);
}
.footer .left .jsh p {
  padding-left: 27rem;
  margin-bottom: 8rem;
  background-size: 20rem !important;
}
.footer .left .jsh .ft1 {
  background: url('../images/ft1.png') no-repeat left 3rem;
}
.footer .left .jsh .ft2 {
  background: url('../images/ft2.png') no-repeat left 3rem;
}
.footer .left .jsh .ft3 {
  background: url('../images/ft3.png') no-repeat left 3rem;
}
.footer .left .jsh .ft4 {
  background: url('../images/ft4.png') no-repeat left 3rem;
}
.footer .right {
  width: 72.5%;
  float: right;
}
.footer .right ul li {
  float: left;
  width: 20%;
  padding-left: 55rem;
}
.footer .right ul li a {
  display: block;
  font-family: 'Roboto-Bold';
  font-size: 18rem;
  padding-bottom: 5rem;
  margin-bottom: 35rem;
  border-bottom: 1px solid #c7c7c7;
  color: #303140;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap !important;
}
.footer .right ul li ul li {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.footer .right ul li ul li a {
  font-size: 16rem;
  line-height: 42rem;
  color: rgba(48, 49, 64, 0.98);
  font-family: 'Roboto-Medium';
  padding: 0;
  margin: 0;
  border: 0;
}
.footer .right ul li ul li ul li a {
  font-family: 'Roboto-Regular';
}
.footer a:hover {
  color: #da322d !important;
}
.footer-bottom {
  padding: 15rem 0;
  background-color: #fff;
}
.footer-bottom .share span {
  display: block;
  float: left;
  margin-right: 5rem;
}
.culture {
  padding: 0 !important;
}
.culture01 {
  padding: 76rem 0;
}
.culture01 .info {
  padding: 0 116rem;
}
.culture01 .pic {
  float: right;
  width: 42%;
}
.culture01 .pic:after {
  padding-bottom: 66.73306773%;
}
.culture01 .img1 {
  float: right;
  width: 35%;
}
.culture01 .text {
  float: left;
  width: 52%;
  padding-top: 8rem;
}
.culture01 .text .bt {
  font-size: 36rem;
  line-height: 70rem;
  margin-bottom: 24rem;
  color: #303140;
}
.culture01 .text .bt .img {
  width: 70rem;
  float: left;
  margin-right: 28rem;
}
.culture01 .text .jsh {
  font-family: 'Roboto-Light';
  font-size: 24rem;
  line-height: 48rem;
  padding-left: 100rem;
  color: #82838b;
}
.culture02 {
  background-color: #f6f8fb;
}
.culture02 .text {
  float: right;
}
.culture02 .pic {
  float: left;
}
.culture02 .img1 {
  float: left;
}
.join {
  padding: 0 !important;
}
.join01 .info {
  padding: 0;
}
.join01 .text {
  width: 60%;
  padding-top: 36rem;
  padding-left: 37rem;
}
.join01 .text .bt {
  font-size: 32rem;
  line-height: 40rem;
  margin-bottom: 16rem;
  min-height: 86rem;
  padding-left: 121rem;
  padding-top: 30rem;
  letter-spacing: 1rem;
  position: relative;
  font-family: 'Roboto-Bold';
  color: #303140;
}
.join01 .text .bt .img {
  width: 86rem;
  position: absolute;
  top: 0;
  left: 0;
}
.join01 .text .jsh {
  font-size: 18rem;
  line-height: 30rem;
  letter-spacing: 0.6rem;
  color: #1d2c38;
  font-family: 'Roboto-Regular';
  padding-left: 124rem;
}
.join02 {
  padding: 120rem 0 98rem 0;
  background: url(../images/jbg.jpg) repeat-y top center;
  background-size: 100%;
}
.join02 .list {
  padding: 9rem 0;
}
.join02 dl {
  background-color: #ffffff;
  box-shadow: 3rem 4rem 10rem 0rem rgba(0, 43, 66, 0.05);
  margin-bottom: 4rem;
  padding: 0 70rem;
}
.join02 dt {
  overflow: hidden;
  cursor: pointer;
  line-height: 112rem;
  background: #ffffff url(../images/xia.png) no-repeat center right;
  background-size: 49rem;
  font-size: 24rem;
  padding: 0 78rem 0 27rem;
  font-family: 'Roboto-Medium';
  color: #da322d;
  transition: all 0.5s;
  position: relative;
}
.join02 dt:after {
  content: '';
  display: block;
  width: 3rem;
  height: 20rem;
  background-color: #da322d;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10rem;
}
.join02 dt:hover {
  color: #da322d;
}
.join02 dd {
  height: 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.join02 dd .nr {
  position: relative;
  padding: 37rem 0 76rem 0;
}
.join02 dd .nr .h3 {
  font-size: 15rem;
  margin-bottom: 5rem;
  font-weight: bold;
  color: #333333;
}
.join02 .span {
  font-size: 20rem;
  line-height: 33rem;
  padding-bottom: 32rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #303140;
}
.join02 .p {
  font-size: 18rem;
  line-height: 32rem;
  padding: 20rem 0;
  color: #666666;
}
.join02 .p h3 {
  font-size: 20rem;
  margin-bottom: 13rem;
  font-family: 'Roboto-Medium';
  color: #303140;
}
.join02 .cur {
  background-color: #ffffff;
  box-shadow: 3rem 4rem 10rem 0rem rgba(0, 43, 66, 0.05);
}
.join02 .cur dt {
  background: #ffffff url(../images/shang.png) no-repeat center right;
  background-size: 49rem;
}
.join02 .cur dd {
  height: auto;
}
.join02 .red {
  color: #ff0000;
}
.join02 .send {
  padding-top: 21rem;
}
@media (min-width: 1025px) {
  .join02 .send:hover a {
    background-color: #da322d;
  }
}
.join02 .send a {
  display: inline-block;
  padding: 0 46rem 0 36rem;
  width: 210rem;
  line-height: 40rem;
  background-color: #da322d;
  border-radius: 20rem;
  color: #fff;
  font-size: 20rem;
  color: #ffffff;
  background: #da322d url(../images/t1.png) no-repeat 91% center;
  background-size: 24rem;
  border-radius: 30rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.join02 .jsh {
  font-size: 20rem;
  line-height: 30rem;
  color: #303140;
  padding: 43rem 84rem 0 84rem;
}
.contact {
  padding-top: 42rem;
}
.contact .bt1 {
  font-size: 46rem;
  border-bottom: solid 1rem rgba(184, 184, 184, 0.42);
  font-family: 'Roboto-Bold';
  color: #303140;
  padding: 0 23rem 39rem 23rem;
  margin-bottom: 53rem;
}
.contact .clist {
  padding-bottom: 52rem;
  overflow: hidden;
}
.contact .clist li {
  width: 17.5%;
  float: left;
  text-align: center;
}
.contact .clist li .pic {
  width: 31rem;
  margin: 0 auto;
}
.contact .clist li .bt {
  font-size: 16rem;
  line-height: 36rem;
  margin-bottom: 14rem;
  color: #313131;
}
.contact .clist li .text {
  padding: 36rem 10rem;
}
.contact .clist li:nth-child(3) {
  width: 23%;
}
.contact .clist li:nth-child(4) {
  width: 19%;
}
.contact .clist li:nth-child(5) {
  width: 23%;
}
.contact02 {
  padding: 64rem 0;
}
.contact02 .home-title {
  text-align: center;
}
.contact02 .home-title:after {
  margin: 0 auto;
  margin-top: 12rem;
}
.contact02 ul {
  padding-top: 54rem;
}
.contact02 ul li {
  width: 26%;
  float: left;
  padding: 0 13rem;
  margin-bottom: 16rem;
}
.contact02 ul li .box {
  position: relative;
}
.contact02 ul li .box span {
  color: #da322d;
  position: absolute;
  top: 5rem;
  left: 5rem;
}
.contact02 ul li .input,
.contact02 ul li textarea {
  width: 100%;
  height: 68rem;
  font-size: 18rem;
  border-radius: 5rem;
  padding: 0 20rem;
  color: #333;
  background-color: #ffffff;
  border: solid 1rem #dbd9d9;
}
.contact02 ul li textarea {
  height: 128rem;
  padding: 10rem 20rem;
}
.contact02 ul li:nth-child(3n) {
  width: 48%;
}
.contact02 ul li:nth-last-child(1) {
  text-align: center;
}
.contact02 ul a.submit {
  width: 279rem;
  line-height: 65rem;
  font-size: 22rem;
  margin: 50rem 20rem 0 20rem;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background-color: #fff;
  border: solid 1rem #dbd9d9;
  position: relative;
  overflow: hidden;
  padding: 0 !important;
}
.contact02 ul a.submit:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  border-radius: 50%;
  display: block;
  width: 300rem;
  height: 300rem;
  left: 50%;
  margin-left: -150rem;
  text-align: center;
  transition: box-shadow 0.5s ease-out;
  z-index: 2;
}
.contact02 ul a.submit b {
  display: block;
  z-index: 3;
  font-weight: normal;
  position: relative;
}
.contact02 ul a.submit:hover {
  color: #fff !important;
  border: solid 1rem #da322d;
}
.contact02 ul a.submit:hover::before {
  box-shadow: inset 0 0 0 20em #da322d;
}
.contact02 ul a.submit1 {
  background-color: #da322d;
  border: solid 1rem #da322d;
  color: #fff;
}
.contact02 ul a.submit1:hover {
  border: solid 1rem #b62a26;
}
.contact02 ul a.submit1:hover::before {
  box-shadow: inset 0 0 0 20em #b62a26;
}
.about {
  padding-bottom: 0 !important;
}
.about .home-title {
  text-align: center;
}
.about .home-title:after {
  margin: 0 auto;
  margin-top: 16rem;
}
.about .about01 {
  padding-bottom: 116rem;
  background: url(../images/abottom.png) no-repeat bottom center;
  background-size: 100%;
}
.about .about01 .home-p {
  font-family: 'Roboto-Medium';
  text-align: center;
  font-size: 22rem;
  padding-top: 24rem;
  padding-bottom: 29rem;
}
.about .about01 .about-bottom {
  font-size: 18rem;
  line-height: 32rem;
  color: #303140;
}
.about .about01 .about-bottom p {
  margin-bottom: 10rem;
}
.about .about01 .youshi {
  padding: 24rem 0;
  margin: 0 -27rem;
}
.about .about01 .youshi li {
  width: 25% !important;
  float: left;
  padding: 0 27rem;
}
.about .about01 .youshi li .pic {
  width: 40rem;
  margin: 0 auto;
}
.about .about01 .youshi li .box {
  border: solid 1rem #e6e8eb;
  padding: 50rem 20rem 41rem 20rem;
  float: none;
  text-align: center;
}
.about .about01 .youshi li .num {
  font-family: 'Montserrat-Bold';
  font-size: 42rem;
  line-height: 50rem;
  height: 50rem;
  margin-top: 20rem;
  margin-bottom: 4rem;
}
.about .about01 .youshi li .num i {
  font-size: 18rem;
  font-family: 'Montserrat-Medium';
}
.about .about03 {
  padding: 106rem 0;
  background: url(../images/about-bg-2.jpg) no-repeat top center;
  background-size: cover;
}
.about .about03 .about-bottom {
  padding-top: 50rem;
}
.about02 {
  padding: 90rem 0 85rem 0;
  background: #f0f1f5;
}
.about02 .home-p {
  text-align: center;
  font-size: 22rem;
  line-height: 36rem;
  color: #1d2c38;
  padding: 26rem 48rem 64rem 48rem;
}
.about02 .img {
  width: 1440px;
  height: 816px;
  left: 50%;
  margin-left: -720px;
  float: left;
  position: relative;
}
.about02 .img .hide {
  display: none;
}
.about02 .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.about02 .img .globalMap {
  width: 100%;
  height: 816px;
  position: relative;
  z-index: 66;
}
.about02 .img .area {
  position: absolute;
  -webkit-transition: transform 2s linear;
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  -o-transition: transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}
.about02 .img .area i {
  width: 14px;
  height: 14px;
  background: url(../images/do.png) no-repeat center center;
  background-size: 100%;
  display: block;
  -webkit-animation: 1s ease mymove infinite;
  animation: 1s ease mymove infinite;
}
.about02 .img .area .dot {
  position: relative;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 4px;
  color: #ffffff;
  display: block;
  padding: 0 6px 0 8px;
  text-align: center;
  z-index: 1;
}
.about02 .img .m01 {
	top: 25.5%;
	left: 18%;
}
.about02 .img .m02 {
	top: 33.4%;
	left: 18%;
}
.about02 .img .m03 {
	top: 50%;
	left: 32%;
}
.about02 .img .m04 {
	top: 25.3%;
	left: 45.5%;
}
.about02 .img .m05 {
	top: 42.5%;
	left: 49.5%;
}
.about02 .img .m06 {
	top: 20%;
	left: 49%;
}
.about02 .img .m07 {
	top: 21.6%;
	left: 50.5%;
}
.about02 .img .m08 {
	top: 23.4%;
	left: 49.5%;
}
.about02 .img .m09 {
	top: 29.4%;
	right: 9%;
}
.about02 .img .m09 i {
  width: 22px;
  height: 22px;
}
.about02 .img .m09 .dot {
  width: 146rem;
  margin-left: 32rem;
  margin-top: -19rem;
}


.about02 .img .m10 {
    top: 13.4%;
    left: 54%;
}

.about02 .img .m11 {
    top: 25.8%;
    left: 56%;
}

.about02 .img .m12 {
    top: 31.8%;
    left: 54.5%;
}

.about02 .img .m13 {
	top: 12.4%;
	right: 26%;
}

.about02 .img .m14 {
	top: 24.4%;
	right: 35%;
}

.about02 .img .m15 {
	top: 28%;
	right: 34%;
}

.about02 .img .m16 {
	top: 30.4%;
	right: 33%;
}

.about02 .img .m17 {
	top: 33.4%;
	right: 31%;
}

.about02 .img .m18 {
	top: 33.2%;
	right: 27.6%;
}

.about02 .img .m19 {
    top: 31.4%;
    right: 26.5%;
}

.about02 .img .m20 {
    top: 34.4%;
    right: 26%;
}

.about02 .img .m21 {
    top: 37.4%;
    right: 24.5%;
}

.about02 .img .m22 {
	top: 34.4%;
	right: 23.5%;
}

.about02 .img .m23 {
    top: 45.4%;
    right: 21%;
}

.about02 .img .m24 {
	top: 37.4%;
	right: 19%;
}

.about02 .img .m25 {
	top: 57.4%;
	right: 15%;
}

.about02 .img .m26 {
	top: 27.2%;
	right: 14%;
}

.about02 .img .m27 {
	top: 27.2%;
	right: 17.2%;
}

svg {
  position: relative;
  z-index: 1;
}
.map-lines {
  position: absolute;
  top: 105px;
  left: 238px;
  z-index: 10;
  fill: none;
  width: 1265px;
  height: 400px;
  -webkit-stroke: #da322d;
  -moz-stroke: #da322d;
  -ms-stroke: #da322d;
  -o-stroke: #da322d;
  stroke: #da322d;
  -webkit-stroke-width: 1rem;
  -moz-stroke-width: 1rem;
  -ms-stroke-width: 1rem;
  -o-stroke-width: 1rem;
  stroke-width: 1px;
}
svg:not(:root) {
  overflow: hidden;
}
.map-line1 {
  stroke-dashoffset: 904px;
  stroke-dasharray: 904px;
  animation: animation-line 10.04s ease-in;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.map-line--6 {
  animation-delay: 1.94s;
}
@keyframes animation-line {
  0% {
    stroke-dashoffset: 904px;
  }
  14.28571% {
    stroke-dashoffset: 0;
  }
  61.42857% {
    stroke-dashoffset: 0;
  }
  85.71429% {
    stroke-dashoffset: -904px;
  }
  to {
    stroke-dashoffset: -904px;
  }
}
@-webkit-keyframes animation-line {
  0% {
    -webkit-stroke-dashoffset: 904px;
  }
  14.28571% {
    -webkit-stroke-dashoffset: 0;
  }
  61.42857% {
    -webkit-stroke-dashoffset: 0;
  }
  85.71429% {
    -webkit-stroke-dashoffset: -904px;
  }
  to {
    -webkit-stroke-dashoffset: -904px;
  }
}
@-moz-keyframes animation-line {
  0% {
    -moz-stroke-dashoffset: 904px;
  }
  14.28571% {
    -moz-stroke-dashoffset: 0;
  }
  61.42857% {
    -moz-stroke-dashoffset: 0;
  }
  85.71429% {
    -moz-stroke-dashoffset: -904px;
  }
  to {
    -moz-stroke-dashoffset: -904px;
  }
}
@-o-keyframes animation-line {
  0% {
    -o-stroke-dashoffset: 904px;
  }
  14.28571% {
    -o-stroke-dashoffset: 0;
  }
  61.42857% {
    -o-stroke-dashoffset: 0;
  }
  85.71429% {
    -o-stroke-dashoffset: -904px;
  }
  to {
    -o-stroke-dashoffset: -904px;
  }
}
.sbt {
  font-size: 46rem;
  line-height: 56rem;
  font-family: 'Roboto-Bold';
  color: #303140;
}
.sbt span {
  color: #da322d;
}
.sjsh {
  font-size: 18rem;
  line-height: 36rem;
  color: #303140;
}
.strength {
  padding-bottom: 0 !important;
}
.strength01 {
  padding-bottom: 120rem;
}
.strength01 .left {
  float: left;
  width: 43%;
  padding-top: 15rem;
}
.strength01 .left .sbt {
  margin-bottom: 36rem;
}
.strength01 .img {
  float: right;
  width: 52%;
}
.strength02 {
  padding: 106rem 0;
  position: relative;
  background-color: #f1f4f6;
}
.strength02 .sbt {
  margin-bottom: 36rem;
}
.strength02 .text {
  margin-bottom: 30rem;
}
.strength02 .img {
  margin-bottom: 50rem;
}
.strength02 .slist1 ul li {
  margin-right: 22rem;
}
.strength02 .slist1 ul li a {
  min-width: 174rem;
  width: auto;
  padding: 0 20rem;
  max-width: 240rem;
  line-height: 49rem;
}
.strength02 .table {
  padding: 51rem 0 33rem 0;
  position: relative;
}
.strength02 .table2 tr td:nth-child(3) {
  text-align: center;
}
.strength02 .table3 tr td:nth-child(2) {
  text-align: center;
}
.lunbo {
  position: relative;
  padding-top: 64rem;
  padding-bottom: 60rem;
}
.lunbo .swiper-slide {
  width: 832rem;
}
.lunbo .swiper-slide .pic:after {
  padding-bottom: 44.71153846%;
}
.lunbo .swiper-pagination {
  font-size: 24rem;
  color: #474a51;
  bottom: 0;
  line-height: 40rem;
  font-family: 'Montserrat-Medium';
}
.lunbo .swiper-pagination .swiper-pagination-current {
  color: #da322d;
}
.lunbo .swiper-button-next,
.lunbo .swiper-button-prev {
  width: 30rem;
  height: 30rem;
  position: absolute;
  top: auto;
  bottom: 5rem;
  left: 45%;
  background: url(../images/prev1.png) no-repeat center center;
  background-size: 20rem !important;
}
.lunbo .swiper-button-next:after,
.lunbo .swiper-button-prev:after {
  display: none;
}
.lunbo .swiper-button-next {
  left: auto;
  right: 45%;
  background: url(../images/next1.png) no-repeat center center;
}
.height1 {
  height: 150rem;
}
.product-show {
  padding: 17rem 0 0 0;
}
.product-show .h1 {
  text-align: center;
  font-size: 46rem;
  font-family: 'Roboto-Bold';
  color: #303140;
}
.product-show .ptop {
  margin-top: 29rem;
  padding: 0 235rem 0 146rem;
  margin-bottom: 98rem;
  position: relative;
  overflow: hidden;
}
.product-show .ptop .inquiry {
  position: absolute;
  top: 0;
  left: 0;
  z-index:99;
}
.product-show .pic:after {
  padding-bottom: 67.57775683%;
}
.product-show .pic .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 24rem;
  line-height: 53rem;
  background-color: rgba(23, 36, 51, 0.68);
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap !important;
  padding: 0 20rem;
}
.product-show .mySwiper2 {
  position: relative;
  overflow: hidden;
}
.product-show .mySwiper {
  position: absolute;
  top: 0;
  right: 25rem;
  width: 170rem;
  height: 100%;
  overflow: hidden;
  padding: 37rem 0;
}
.product-show .mySwiper .swiper-slide {
  height: auto;
}
.product-show .mySwiper .swiper-button-next,
.product-show .mySwiper .swiper-button-prev {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  background: #eaebf0 url(../images/left4.png) no-repeat center center;
  background-size: 16rem;
  height: 20rem;
  z-index: 3;
}
.product-show .mySwiper .swiper-button-next:after,
.product-show .mySwiper .swiper-button-prev:after {
  display: none;
}
.product-show .mySwiper .swiper-button-next {
  top: auto;
  bottom: 0;
  background: #eaebf0 url(../images/right4.png) no-repeat center center;
  background-size: 16rem;
}
.product-show .mySwiper .swiper-slide-thumb-active .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: solid 2px #da322d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.product-list {
  position: relative;
  background-color: #d5d7d8;
}
.product-list ul {
  position: relative;
  overflow: hidden;
}
.product-list ul li {
  float: left;
  position: relative;
  border-right: 1px solid #d5d7d8;
}
.product-list ul li a {
  font-size: 20rem;
  line-height: 68rem;
  padding: 0 24rem;
  color: #616161;
  background-color: #f5f5f5;
  text-align: center;
  display: block;
  position: relative;
}
@media (min-width: 1025px) {
  .product-list ul li:hover a {
    background-color: #da322d;
    color: #fff;
  }
}
.product-list ul .active a {
  background-color: #da322d;
  color: #fff;
}
.product-info {
  padding: 62rem 0 98rem 0;
  background-color: #fff;
}
.product-info .item {
  padding-bottom: 80rem;
  position: relative;
}
.product-info .item-title1 {
  font-size: 38rem;
  margin-bottom: 57rem;
  padding-bottom: 16rem;
  border-bottom: 1px solid #ececec;
  font-family: 'Roboto-Bold';
  color: #303140;
}
.product-info .item-p {
  font-size: 20rem;
  line-height: 30rem;
  color: #303140;
}
.product-info .item-p1 p {
  margin-bottom: 10rem;
}
.product-info .mySwiper3 {
  width: 815px;
  padding-bottom: 66rem;
  margin: 0 auto;
  margin-bottom: 37rem;
  position: relative;
  overflow: hidden;
}
.product-info .mySwiper3 .pic:after {
  padding-bottom: 50.8%;
}
.product-info .mySwiper3 .swiper-pagination-bullet {
  width: 12rem;
  height: 12rem;
  opacity: 1;
  background-color: #d5d7d8;
}
.product-info .mySwiper3 .swiper-pagination-bullet-active {
  background-color: #da322d;
}
.product-info .mySwiper3 .swiper-pagination {
  bottom: 0;
}
.product-info .item1 {
  padding: 62rem 0 80rem 0;
  background-color: #f1f4f6;
}
.product-info .item1 .item-p {
  margin-bottom: 29rem;
}
.product-info .span {
  font-family: 'Roboto-Bold';
  font-size: 24rem;
  color: #303140;
}
.product-info .table {
  padding: 38rem 0;
}
.product-info .table .jian {
  padding-right: 20rem;
  background: url(../images/jian.png) no-repeat center right;
  background-size: 16rem;
  color: #303140;
}
.product-info .table .jian:hover {
  color: #da322d;
}
.product-info .item2 {
  padding: 62rem 0 83rem 0;
}
.product-info .item2 .span {
  margin-bottom: 19rem;
}
.product-info .item2 .item-p {
  margin-bottom: 29rem;
}
.product-info .item2 .item-p p {
  margin-bottom: 4rem;
}
.product-info .related-bottom {
  padding-top: 98rem;
}
.product-info .related-bottom ul {
  padding-top: 64rem;
}
.culture03 {
  padding: 31rem 0 40rem 0;
  position: relative;
}
.culture03 .span {
  font-size: 70rem;
  font-family: 'Roboto-Bold';
  color: #f4f4f4;
  position: absolute;
  top: 204rem;
  left: 117rem;
  text-transform: uppercase;
  z-index: 6;
}
.culture03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50rem;
}
.culture03 ul li {
  width: 33.33333%;
  float: left;
  padding: 0 10rem;
  display: inline-block;
  vertical-align: top;
  transition: 0.5s;
}
.culture03 ul li .img {
  height: 680rem;
  background-color: #141414;
  border-radius: 10rem;
  text-align: center;
  position: relative;
}
.culture03 ul li .img .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 22rem 32rem 22rem;
}
.culture03 ul li .img .bt {
  font-size: 22rem;
  font-family: 'Roboto-Bold';
  color: #ffffff;
}
.culture03 ul li .img .p {
  font-size: 18rem;
  height: 0;
  line-height: 30rem;
  color: #ffffff;
  opacity: 0;
  margin-top: 10rem;
  overflow: hidden;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .culture03 ul li:hover {
    width: 62% !important;
  }
  .culture03 ul li:hover .img {
    text-align: left;
  }
  .culture03 ul li:hover .p {
    opacity: 1;
    height: auto;
  }
}
@media (min-width: 1025px) {
  .culture03 ul:hover li {
    width: 19%;
  }
}
.culture04 {
  padding: 76rem 0 94rem 0;
  background: url(../images/abg.jpg) no-repeat top center;
  background-size: cover;
}
.culture04 .home-title {
  text-align: center;
  color: #fff;
}
.culture04 .home-title:after {
  background: #fff;
}
.culture04 .culture-bottom {
  padding-top: 105rem;
}
.culture04 ul {
  position: relative;
  margin: 0 -15rem;
}
.culture04 ul li {
  float: left;
  width: 25%;
  padding: 0 15rem;
  margin-bottom: 30rem;
}
.culture04 ul li .box {
  border: 1px solid #fff;
  padding: 35rem;
  min-height: 300rem;
  background: rgba(255, 255, 255, 0.2);
}
.culture04 ul li .pic {
  width: 70rem;
  margin: 0 auto;
}
.culture04 ul li .text {
  text-align: center;
}
.culture04 ul li .text .bt {
  font-size: 25rem;
  margin-bottom: 15rem;
  font-family: 'Roboto-Bold';
  color: rgba(255, 255, 255, 0.8);
}
.culture04 ul li .text .p {
  font-size: 16rem;
  line-height: 27rem;
  color: rgba(255, 255, 255, 0.5);
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url(../font/Montserrat-Medium.otf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url(../font/Montserrat-Bold.otf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../font/Roboto-Regular.woff2') format('woff2'), url('../font/Roboto-Regular.woff') format('woff'), url('../font/Roboto-Regular.ttf') format('truetype'), url('../font/Roboto-Regular.eot') format('embedded-opentype'), url('../font/Roboto-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../font/Roboto-Bold.woff2') format('woff2'), url('../font/Roboto-Bold.woff') format('woff'), url('../font/Roboto-Bold.ttf') format('truetype'), url('../font/Roboto-Bold.eot') format('embedded-opentype'), url('../font/Roboto-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('../font/Roboto-Medium.woff2') format('woff2'), url('../font/Roboto-Medium.woff') format('woff'), url('../font/Roboto-Medium.ttf') format('truetype'), url('../font/Roboto-Medium.eot') format('embedded-opentype'), url('../font/Roboto-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('../font/Roboto-Light.woff2') format('woff2'), url('../font/Roboto-Light.woff') format('woff'), url('../font/Roboto-Light.ttf') format('truetype'), url('../font/Roboto-Light.eot') format('embedded-opentype'), url('../font/Roboto-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes slideUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translate3d(70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@-webkit-keyframes pulsed {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(2, 2, 2);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(0.8, 0.8, 0.8);
  }
}
@keyframes mymove {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes mymove {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes zhuanquan {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@media (max-width: 1500px) {
  .about02 .img {
    transform: scale(0.9);
  }
}
@media (max-width: 1280px) {
  .about02 .img {
    transform: scale(0.7);
    margin-top: -100px;
    margin-bottom: -100px;
  }
}
@media (max-width: 1200px) {
  .about02 .img {
    transform: scale(0.7);
    margin-top: -100px;
    margin-bottom: -100px;
  }
  .container,
  .container02 {
    width: 100%;
    padding: 0 15px;
    max-width: 750px;
  }
  body {
    font-size: 14px;
  }
  .sitemap ul {
    padding-top: 20px;
  }
  .sitemap li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sitemap li .top1 {
    font-size: 16px;
  }
  .sitemap li .bot {
    margin-top: 10px;
  }
  .sitemap li .bot a {
    font-size: 14px;
    margin-right: 10px;
  }
  .sitemap li .bot p {
    margin-top: 5px;
  }
  .fix .container {
    width: 100%;
  }
  .share a {
    margin-right: 10px;
    width: 22px;
  }
  .top {
    display: none;
  }
  .header {
    height: 60px;
  }
  .header .logo {
    padding-top: 10px;
  }
  .header .logo a img {
    width: 221px;
  }
  .header .header-right {
    padding-top: 10px;
  }
  .header .header-right .search-main {
    display: none;
  }
  .header .header-right .menu {
    display: block;
  }
  .header .nav {
    display: none;
  }
  .more a {
    width: 130px;
    line-height: 40px !important;
    font-size: 14px !important;
  }
  .more a:before {
    width: 300px;
    height: 300px;
    margin-left: -150px;
  }
  .banner .img {
    display: none;
  }
  .banner .img1 {
    display: block !important;
  }
  .banner .swiper-pagination {
    bottom: 20px;
    padding-left: 10px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet button:before {
    width: 30px;
    height: 2px;
  }
  .banner .banner-hover {
    padding-top: 60px;
  }
  .banner .banner-hover .bt {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .banner .banner-hover .p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .inbanner .item .img1 {
    display: block;
  }
  .inbanner .item .img {
    display: none;
  }
  .inbanner .banner-hover .bt {
    font-size: 34px;
    line-height: 50px;
  }
  .content {
    padding: 40px 0;
    min-height: 400px;
  }
  .height {
    top: -60px;
  }
  .home-title {
    font-size: 30px;
  }
  .home-title:after {
    width: 40px;
    height: 3px;
    margin-top: 20px;
  }
  .home-p {
    font-size: 14px;
  }
  .plist {
    padding: 6px;
  }
  .plist ul li a {
    font-size: 14px;
    line-height: 50px;
    padding: 0 10px;
  }
  .plist ul li a .pic {
    width: 30px;
    margin-right: 5px;
  }
  .plist ul li:after {
    height: 6px;
    background-size: 12px;
    bottom: -6px;
  }
  .home-product {
    padding: 40px 0;
  }
  .home-product .home-p {
    margin-top: 10px;
  }
  .home-product .home-bottom {
    padding-top: 20px;
  }
  .home-product .home-bottom .prolist {
    margin: 0;
  }
  .home-product .home-bottom .show .info {
    padding: 20px;
  }
  .home-product .home-bottom .show .info .swiper-button-next,
  .home-product .home-bottom .show .info .swiper-button-prev {
    height: 30px;
    width: 30px;
    margin-top: -15px;
    left: 10px;
  }
  .home-product .home-bottom .show .info .swiper-button-next {
    right: 10px;
    left: auto;
  }
  .prolist {
    margin: 0 -10px;
  }
  .prolist li {
    padding: 0 10px;
  }
  .prolist li .bt {
    font-size: 16px;
    line-height: 50px;
    padding-left: 15px;
    background: url(../images/more.png) no-repeat 95% center;
    background-size: 24px;
    padding-right: 50px;
  }
  .home-about {
    padding: 40px 0;
    background: #f8f9fc;
  }
  .home-about .home-title:after {
    margin: 20px auto 0 auto;
  }
  .home-about .home-p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .home-about .home-span {
    font-size: 14px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .home-about .more1 a {
    font-size: 14px;
    line-height: 25px;
  }
  .home-about .list ul {
    display: block;
  }
  .home-about .list ul li {
    width: 100%;
  }
  .home-about .list ul li .img {
    height: auto;
  }
  .home-about .list ul li .img .text {
    padding: 30px;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .home-about .list ul li .img .text .pic {
    width: 40px;
  }
  .home-about .list ul li .img .bt {
    font-size: 16px;
  }
  .youshi {
    padding: 20px 0;
  }
  .youshi li {
    width: 50% !important;
  }
  .youshi li .box {
    text-align: left;
  }
  .youshi li .num {
    font-size: 40px;
  }
  .youshi li .num i {
    font-size: 16px;
  }
  .youshi li .p {
    font-size: 14px;
  }
  .youshi li:nth-child(3) {
    width: 0 !important;
  }
  .home-partner {
    padding: 40px 0;
  }
  .home-partner .left {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
    top: auto;
    transform: none;
  }
  .home-partner .left .home-title {
    line-height: 30px;
    margin-bottom: 20px;
  }
  .home-partner .left .home-p {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    margin-bottom: 20px;
  }
  .home-partner .right {
    width: 100%;
  }
  .picMarquee-top {
    width: 25%;
    padding-left: 10px;
  }
  .picMarquee-top .bd {
    height: 200px;
  }
  .picMarquee-top .bd ul li {
    margin-bottom: 10px;
  }
  .picMarquee-top .bd ul li .pic {
    border-radius: 6px;
  }
  .home-app {
    padding: 40px 0 0 0;
  }
  .home-app .home-title:after {
    margin: 20px auto 0 auto;
  }
  .home-app .home-p {
    width: 100%;
    margin: 20px auto;
    line-height: 25px;
  }
  .home-app .home-bottom .list {
    left: 0;
    width: 100%;
    margin-left: 0;
    max-width: 750px;
  }
  .home-app .home-bottom .list ul li {
    width: 16.66666667%;
  }
  .home-app .home-bottom .list ul li a {
    height: 400px;
  }
  .home-app .home-bottom .list ul li a .box {
    bottom: 20px;
  }
  .home-app .home-bottom .list ul li .pic {
    width: 50px;
  }
  .home-app .home-bottom .list ul li .bt {
    font-size: 16px;
    padding: 0 10px;
  }
  .home-app .home-bottom .list ul .swiper-slide-thumb-active a .box {
    padding-bottom: 100px;
    bottom: 30px;
    background-size: 26px;
  }
  .home-app .home-bottom .list ul .swiper-slide-thumb-active a .box .pic {
    margin: 0 auto 10px auto;
  }
  .home-app .home-bottom .right .swiper-slide {
    height: 400px;
  }
  .home-news {
    padding: 40px 0;
  }
  .home-news .home-title {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
  }
  .home-news .home-bottom {
    padding-top: 20px;
  }
  .home-news .show {
    padding-top: 30px;
  }
  .home-news .show .info {
    padding-right: 0;
  }
  .home-news .swiper-button-next,
  .home-news .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: 8px !important;
    top: 20px;
    left: auto;
    right: 35px;
  }
  .home-news .swiper-button-next {
    right: 0;
    left: auto;
    background-size: 8px !important;
  }
  .slist ul li {
    margin-right: 10px;
  }
  .slist ul li a {
    width: 120px;
    line-height: 30px;
    border-radius: 30px;
  }
  .newslist {
    margin: 0 -10px;
  }
  .newslist li {
    width: 25%;
    padding: 0 10px;
  }
  .newslist li .text {
    padding: 20px;
  }
  .newslist li .text .fenlei {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .newslist li .text .bt {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
  }
  .newslist li .date {
    padding: 0 10px;
  }
  .newslist li .date .p {
    padding: 10px 0;
  }
  .newslist li .date span {
    font-size: 22px;
    line-height: 40px;
  }
  .newslist li .date b {
    font-size: 12px;
    line-height: 20px;
  }
  .home-contact {
    padding: 40px 0;
  }
  .home-contact .bt {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .home-contact .more a {
    width: auto;
    margin-right: 15px;
    padding: 0 20px !important;
  }
  .home-contact .more a span {
    width: 24px;
    height: 24px;
    margin-top: 6px;
    margin-left: 10px;
  }
  .footer .footer-top {
    padding: 30px 0;
  }
  .footer .left {
    padding-top: 0;
    width: 100%;
  }
  .footer .left .img {
    width: 200px;
    margin-bottom: 10px;
  }
  .footer .left .p {
    font-size: 14px;
    line-height: 28px;
  }
  .footer .left .num {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .footer .left .num span {
    font-size: 30px;
  }
  .footer .left .num i {
    font-size: 15px;
  }
  .footer .left .num b {
    margin-left: -15px;
  }
  .footer .left .span {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer .left .jsh p {
    padding-left: 27px;
    margin-bottom: 3px;
    line-height: 27px;
    background-size: 20px !important;
  }
  .footer .left .jsh p br {
    display: none;
  }
  .footer .left .jsh .ft1 {
    background: url('../images/ft1.png') no-repeat left 3px;
  }
  .footer .left .jsh .ft2 {
    background: url('../images/ft2.png') no-repeat left 3px;
  }
  .footer .left .jsh .ft3 {
    background: url('../images/ft3.png') no-repeat left 3px;
  }
  .footer .left .jsh .ft4 {
    background: url('../images/ft4.png') no-repeat left 3px;
  }
  .footer .right {
    display: none;
  }
  .footer-bottom {
    padding: 10px 0;
    text-align: center;
  }
  .footer-bottom .share {
    display: none;
  }
  .footer-bottom .share span {
    margin-right: 5px;
  }
  .footer-bottom .fr {
    float: none;
  }
  .current {
    font-size: 13px;
    padding: 15px 0;
    line-height: 25px;
  }
  .current a {
    min-width: 80px;
    padding: 0 10px;
    border-radius: 4px;
    margin: 0 5px 5px 5px;
  }
  .current b {
    margin: 0 5px;
  }
  .p-item {
    padding: 30px 0;
  }
  .p-item .pt {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .prolist li {
    margin-bottom: 15px;
  }
  .pshenqing {
    padding-bottom: 0;
  }
  .pshenqing .pt {
    font-size: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .home-shenqing {
    margin-top: 0;
    border-bottom: 2px solid #da322d;
  }
  .home-shenqing .img {
    width: 100%;
  }
  .home-shenqing .img img {
    width: 100%;
  }
  .home-shenqing .form {
    width: 100%;
    padding: 20px;
  }
  .home-shenqing .form .h3 {
    font-size: 24px;
  }
  .home-shenqing .form .p {
    font-size: 16px;
    line-height: 27px;
    margin-top: 5px;
    margin-bottom: 10px;
    background: url(../images/dui.png) no-repeat top left;
    background-size: 30px;
    padding-left: 40px;
  }
  .home-shenqing .form ul {
    margin: 0 -10px;
  }
  .home-shenqing .form ul li {
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .home-shenqing .form ul li label {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .home-shenqing .form ul li .input,
  .home-shenqing .form ul li textarea {
    height: 40px;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 14px;
  }
  .home-shenqing .form ul li textarea {
    padding: 10px;
    height: 120px;
  }
  .home-shenqing .form ul li .submit {
    width: 150px;
    line-height: 40px;
    font-size: 16px;
  }
  .honorlist {
    margin: 0 -10px;
    padding-bottom: 20px;
  }
  .honorlist li {
    width: 33.3333333%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .honorlist li .bt {
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px;
  }
  .slist1 ul li a {
    font-size: 14px;
  }
  .newslist1 {
    padding: 0;
    padding-top: 20px;
  }
  .newslist1 li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .newslist1 .right {
    padding: 0 0 10px 20px;
  }
  .newslist1 .right .text {
    padding-left: 50px;
  }
  .newslist1 .right .date {
    width: 40px;
  }
  .newslist1 .right .date span {
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .newslist1 .right .date b {
    font-size: 14px;
  }
  .newslist1 .right .title {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
  }
  .newslist1 .right .info {
    display: none;
  }
  .return a {
    font-size: 14px;
    line-height: 30px;
    padding-left: 40px;
  }
  .return a:after {
    width: 30px;
    height: 30px;
    background-size: 8px;
  }
  .h01 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .h02 {
    font-size: 16px;
    line-height: 25px;
    padding-top: 10px;
  }
  .h02 span {
    padding-left: 25px;
    margin: 0 5px;
  }
  .h02 .ll {
    background-size: 19px;
  }
  .h02 .zc {
    background-size: 20px;
  }
  .news-show .ee {
    padding: 30px 0;
  }
  .news-show .ee .con-article {
    padding: 20px 0;
  }
  .news-show .ee .con-article .nr {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 30px;
  }
  .inside-pagenews {
    padding-right: 200px;
  }
  .inside-pagenews ul {
    margin: 0 -10px;
  }
  .inside-pagenews li {
    font-size: 14px;
    padding: 0 10px;
  }
  .inside-pagenews li span {
    width: 40px;
    height: 40px;
    background-size: 8px;
  }
  .inside-pagenews li a {
    padding-left: 50px;
    padding-right: 50px;
    line-height: 40px;
    border-radius: 30px;
  }
  .inside-pagenews li:nth-child(2) span {
    background-size: 8px;
  }
  .inside-pagenews .share {
    padding-top: 5px;
  }
  .inside-pagenews .share a {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    margin-left: 5px;
    margin-right: 0;
  }
  .related {
    padding-top: 20px;
  }
  .related .home-title {
    font-size: 26px;
  }
  .related .newslist {
    padding-top: 20px;
  }
  .related .newslist li {
    width: 50%;
    margin-bottom: 20px;
  }
  .performance .show {
    padding-top: 30px;
  }
  .performance .show .info {
    padding-right: 0;
  }
  .performance .show .info .swiper-container {
    padding-bottom: 40px;
  }
  .performance .show .info .swiper-wrapper .swiper-slide {
    width: 300px;
    margin-right: 15px;
  }
  .performance .show .info .swiper-wrapper .swiper-slide .pic .date {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
  }
  .performance .show .info .swiper-wrapper .swiper-slide .pic .date img {
    width: 13px;
    margin-top: -1px;
    margin-right: 5px;
  }
  .performance .show .info .swiper-wrapper .swiper-slide .bt {
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px;
  }
  .performance .show .info .swiper-pagination {
    padding: 0 20px;
  }
  .performance .show .info .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    border-radius: 0 !important;
  }
  .performance .show .info .swiper-pagination .swiper-pagination-bullet button:before {
    width: 20px;
    height: 2px;
  }
  .table {
    padding: 30px 0;
    overflow: auto;
  }
  .table table {
    width: 1100px;
  }
  .table td {
    font-size: 14px;
    padding: 13px;
  }
  .table .tit td {
    padding: 13px;
  }
  .per-btn a {
    width: 140px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 10px;
  }
  .partner01 {
    padding-bottom: 30px;
  }
  .partner01 .home-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .partner01 .home-p {
    font-size: 14px;
    line-height: 25px;
  }
  .partner02 {
    margin-bottom: 40px;
  }
  .partner02 .picMarquee-top {
    margin-bottom: 20px;
  }
  .partner02 .picMarquee-top .bd {
    height: 100px;
  }
  .partner02 .picMarquee-top .bd ul li {
    width: 100px;
    margin: 0 10px;
  }
  .partner03 .home-title {
    float: none;
    font-size: 30px;
  }
  .partner03 .right {
    float: none;
    border-left: none;
    width: 100%;
    padding: 20px 0 0 0;
  }
  .partner03 .right .c-input,
  .partner03 .right .c-select,
  .partner03 .right .c-textarea {
    height: 40px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 14px;
  }
  .partner03 .right .c-select1 {
    width: 160px;
  }
  .partner03 .right .c-textarea {
    height: 130px;
    padding: 15px;
  }
  .partner03 .right select {
    background-size: 11px;
  }
  .partner03 .right .js-openModal {
    margin-left: 10px;
  }
  .partner03 .right ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .partner03 .right .c-btn {
    width: 100px;
    line-height: 40px;
    font-size: 14px;
  }
  .culture01 {
    padding: 30px 0;
  }
  .culture01 .info {
    padding: 0 30px;
  }
  .culture01 .text {
    padding-top: 10px;
  }
  .culture01 .text .bt {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .culture01 .text .bt .img {
    width: 30px;
    margin-right: 10px;
  }
  .culture01 .text .jsh {
    font-size: 14px;
    line-height: 23px;
    padding-left: 40px;
  }
  .join01 .text {
    padding-left: 0;
  }
  .join01 .text .bt {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
    min-height: 60px;
    padding-left: 50px;
    padding-top: 0;
  }
  .join01 .text .bt .img {
    width: 44px;
  }
  .join01 .text .jsh {
    font-size: 14px;
    line-height: 25px;
    padding-left: 50px;
  }
  .join02 {
    padding: 40px 0;
  }
  .join02 .list {
    padding: 10px 0;
  }
  .join02 dl {
    margin-bottom: 4px;
    padding: 0 20px;
  }
  .join02 dt {
    line-height: 50px;
    font-size: 18px;
    padding: 0 15px;
  }
  .join02 dt:after {
    width: 2px;
    height: 20px;
    margin-top: -10px;
  }
  .join02 dd .nr {
    padding: 20px 0;
  }
  .join02 dd .nr .h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .join02 .span {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 10px;
  }
  .join02 .p {
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0;
  }
  .join02 .p h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .join02 .send {
    padding-top: 10px;
  }
  .join02 .send a {
    padding: 0 20px;
    width: 140px;
    line-height: 40px;
    border-radius: 20rem;
    font-size: 14px;
    background-size: 16px;
    border-radius: 30px;
  }
  .join02 .jsh {
    font-size: 14px;
    line-height: 30px;
    padding: 10px 0 10px 10px;
  }
  .contact .bt1 {
    font-size: 24px;
    padding: 0 10px 20px 10px;
    margin-bottom: 20px;
  }
  .contact .clist {
    padding-bottom: 20px;
  }
  .contact .clist li {
    width: 100% !important;
  }
  .contact .clist li .pic {
    width: 30px;
  }
  .contact .clist li .bt {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 5px;
  }
  .contact .clist li .p br {
    display: none;
  }
  .contact .clist li .text {
    padding: 10px 10px 20px 10px;
  }
  .map iframe {
    height: 400px !important;
  }
  .contact02 {
    padding: 40px 0 0 0;
  }
  .contact02 .home-title:after {
    margin-top: 10px;
  }
  .contact02 ul {
    padding-top: 20px;
  }
  .contact02 ul li {
    width: 100% !important;
    padding: 0;
    margin-bottom: 10px;
  }
  .contact02 ul li .input,
  .contact02 ul li textarea {
    height: 40px;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 15px;
  }
  .contact02 ul li textarea {
    height: 128px;
    padding: 15px;
  }
  .contact02 ul a.submit {
    width: 140px;
    line-height: 45px;
    font-size: 14px;
    margin: 20px 10px 0 10px;
  }
  .contact02 ul a.submit:before {
    width: 300px;
    height: 300px;
    margin-left: -150px;
  }
  .about .home-title:after {
    margin-top: 10px;
  }
  .about .about01 {
    padding-bottom: 40px;
  }
  .about .about01 .home-p {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .about .about01 .about-bottom {
    font-size: 14px;
    line-height: 25px;
  }
  .about .about01 .about-bottom p {
    margin-bottom: 5px;
  }
  .about .about01 .youshi {
    padding: 20px 0;
    margin: 0 -6px;
  }
  .about .about01 .youshi li {
    padding: 0 6px;
  }
  .about .about01 .youshi li .pic {
    width: 40px;
  }
  .about .about01 .youshi li .box {
    padding: 20px 10px;
  }
  .about .about01 .youshi li .num {
    font-size: 26px;
    line-height: 40px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .about .about01 .youshi li .num i {
    font-size: 14px;
  }
  .about .about03 {
    padding: 30px 0;
  }
  .about .about03 .about-bottom {
    padding-top: 20px;
  }
  .about02 {
    padding: 40px 0;
  }
  .about02 .home-p {
    font-size: 16px;
    line-height: 25px;
    padding: 20px 0;
  }
  .about02 .img {
    width: 100%;
    height: auto;
    transform: scale(1);
    margin-top: 0;
    margin-bottom: 0;
    left: 0;
    margin-left: 0;
    float: none;
  }
  .about02 .img img {
    display: none;
  }
  .about02 .img .hide {
    display: block;
  }
  .about02 .img .globalMap {
    display: none;
  }
  .about02 .img img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  .map-lines {
    display: none;
  }
  .sbt {
    font-size: 26px;
    line-height: 30px;
  }
  .sjsh {
    font-size: 14px;
    line-height: 25px;
  }
  .strength01 {
    padding-bottom: 40px;
  }
  .strength01 .left {
    width: 43%;
    padding-top: 0;
  }
  .strength01 .left .sbt {
    margin-bottom: 20px;
  }
  .strength01 .img {
    width: 52%;
  }
  .strength02 {
    padding: 40px 0;
  }
  .strength02 .sbt {
    margin-bottom: 20px;
  }
  .strength02 .text {
    margin-bottom: 20px;
  }
  .strength02 .img {
    margin-bottom: 20px;
  }
  .strength02 .slist1 ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .strength02 .slist1 ul li a {
    min-width: 160px;
    width: auto;
    padding: 0 10px;
    max-width: 220px;
    line-height: 40px;
  }
  .strength02 .table {
    padding: 20px 0;
  }
  .lunbo {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .lunbo .swiper-slide {
    width: 400px;
  }
  .lunbo .swiper-pagination {
    font-size: 16px;
    line-height: 30px;
  }
  .lunbo .swiper-button-next,
  .lunbo .swiper-button-prev {
    width: 30px;
    height: 30px;
    bottom: 0;
    left: 40%;
    background-size: 20px !important;
  }
  .lunbo .swiper-button-next {
    left: auto;
    right: 40%;
  }
  .culture03 {
    padding: 40px 0;
  }
  .culture03 ul {
    display: block;
    padding-top: 20px;
  }
  .culture03 ul li {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .culture03 ul li .img {
    height: auto;
    border-radius: 10px;
  }
  .culture03 ul li .img .text {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: left;
    padding: 40px;
  }
  .culture03 ul li .img .bt {
    font-size: 20px;
  }
  .culture03 ul li .img .p {
    font-size: 14px;
    height: auto;
    line-height: 25px;
    opacity: 1;
    margin-top: 5px;
  }
  .culture04 {
    padding: 40px 0;
  }
  .culture04 .culture-bottom {
    padding-top: 20px;
  }
  .culture04 ul {
    margin: 0;
  }
  .culture04 ul li {
    width: 100%;
    padding: ;
    margin-bottom: 20px;
  }
  .culture04 ul li .box {
    padding: 30px;
    min-height: 200px;
  }
  .culture04 ul li .pic {
    width: 40px;
  }
  .culture04 ul li .text .bt {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .culture04 ul li .text .p {
    font-size: 14px;
    line-height: 25px;
  }
  .product-show {
    padding-bottom: 0;
  }
  .product-show .h1 {
    font-size: 30px;
  }
  .product-show .ptop {
    margin-top: 20px;
    padding: 0;
    margin-bottom: 30px;
  }
  .product-show .pic .hover {
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
  }
  .product-show .mySwiper {
    display: none;
    right: 0;
    width: 150px;
    padding: 37px 0;
  }
  .product-show .mySwiper .swiper-button-next,
  .product-show .mySwiper .swiper-button-prev {
    background-size: 16px;
    height: 20px;
  }
  .product-show .mySwiper .swiper-button-next {
    background-size: 16px;
  }
  .product-list ul li a {
    font-size: 14px;
    line-height: 45px;
    padding: 0 10px;
  }
  .product-info {
    padding: 40px 0;
  }
  .product-info .item {
    padding-bottom: 30px;
  }
  .product-info .item-title1 {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .product-info .item-p {
    font-size: 14px;
    line-height: 25px;
  }
  .product-info .item-p1 p {
    margin-bottom: 5px;
  }
  .product-info .mySwiper3 {
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  .product-info .mySwiper3 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .product-info .item1 {
    padding: 40px 0;
  }
  .product-info .item1 .item-p {
    margin-bottom: 20px;
  }
  .product-info .span {
    font-size: 20px;
  }
  .product-info .table {
    padding: 20px 0;
  }
  .product-info .table .jian {
    padding-right: 20px;
    background-size: 16px;
  }
  .product-info .item2 {
    padding: 40px 0;
  }
  .product-info .item2 .span {
    margin-bottom: 10px;
  }
  .product-info .item2 .item-p {
    margin-bottom: 20px;
  }
  .product-info .item2 .item-p p {
    margin-bottom: 4px;
  }
  .product-info .related-bottom {
    padding-top: 40px;
  }
  .product-info .related-bottom ul {
    padding-top: 20px;
  }
}
@media (max-width: 500px) {
  .youshi li {
    width: 100% !important;
  }
  .home-contact .more a {
    margin-bottom: 15px;
  }
  .prolist li {
    width: 100%;
  }
  .home-shenqing .form ul li {
    width: 100%;
  }
  .honorlist li {
    width: 50%;
  }
  .newslist1 .box {
    position: relative;
  }
  .newslist1 .left {
    width: 100%;
  }
  .newslist1 .right {
    width: 100%;
    padding: 0;
  }
  .newslist1 .right .text {
    padding-left: 0;
  }
  .newslist1 .right .date {
    display: none;
  }
  .newslist1 .right .title {
    margin-top: 5px;
    max-height: 60px;
    height: auto;
  }
  .related .newslist li {
    width: 100%;
  }
  .inside-pagenews {
    padding-right: 0;
  }
  .inside-pagenews li a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0;
  }
  .inside-pagenews li a span {
    width: 20px;
  }
  .inside-pagenews .share {
    position: relative;
    top: auto;
    right: auto;
    padding-top: 20px;
  }
  .culture01 .img1 {
    width: 100%;
  }
  .culture01 .info {
    padding: 0;
  }
  .culture01 .pic {
    width: 100%;
  }
  .culture01 .text {
    width: 100%;
  }
  .join01 .text {
    width: 100%;
    padding-left: 0;
  }
  .join01 .text .jsh {
    padding-left: 0;
  }
  .lunbo .swiper-slide {
    width: 260px;
  }
  .lunbo .swiper-button-next,
  .lunbo .swiper-button-prev {
    left: 30%;
  }
  .lunbo .swiper-button-next {
    left: auto;
    right: 30%;
  }
  .height1 {
    height: 60px;
  }
  .about .about01 .youshi li {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .strength01 .left {
    width: 100%;
  }
  .strength01 .img {
    width: 100%;
  }
}

